Parallel reading/writing of single parquet files? #6293
-
Hi there, The C++ implementation of Arrow seems to support multithreaded reading of Parquet files (e.g., here). It doesn't look like the native Rust implementation has any multithreaded capability like this. Are there any plans or ongoing efforts to add that? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
tustvold
Aug 23, 2024
Replies: 1 comment
-
See https://docs.rs/parquet/latest/parquet/arrow/arrow_writer/struct.ArrowColumnWriter.html And |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Jefffrey
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://docs.rs/parquet/latest/parquet/arrow/arrow_writer/struct.ArrowColumnWriter.html
And
https://docs.rs/parquet/latest/parquet/arrow/async_reader/type.ParquetRecordBatchStreamBuilder.html#method.new_with_metadata