2010YOUY01 opened a new issue, #16130:
URL: https://github.com/apache/datafusion/issues/16130

   ### Is your feature request related to a problem or challenge?
   
   Part of https://github.com/apache/datafusion/issues/16065
   
   In memory-limited queries, temporary results will be written to disk to 
reduce memory pressure. Now those spills are using plain arrow encoding, they 
can be applied some general-purpose compression like lz4 and zstd for more 
efficient disk space usage.
   
   ### Describe the solution you'd like
   
   1. Add a configuration for spill compression type
   2. Pass an option to Arrow-IPC writer/reader for compression
   
   ### Describe alternatives you've considered
   
   _No response_
   
   ### Additional context
   
   _No response_


-- 
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: github-unsubscr...@datafusion.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to