alamb commented on issue #1718:
URL: https://github.com/apache/arrow-rs/issues/1718#issuecomment-1712481734

   > I had presumed it was a non-starter given 
https://github.com/apache/arrow-rs/issues/3871
   
   Indeed -- we would have to limit the row group size (in rows) to control the 
buffer needed, thus resulting in a tradeoff between compression and buffering. 
   
   I think we should parallelize writing sorted data at a higher level (aka 
write multiple files) at first, and treat parallelizing the write of a single 
file as a follow on project


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to