Parallel reading/writing of single parquet files? #6293
Unanswered
bradlarsen
asked this question in
Q&A
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
All reactions