daniel-x commented on issue #49715: URL: https://github.com/apache/arrow/issues/49715#issuecomment-4244601647
Idea for further improvement: Make the encoding of integers compression-dependent: If There is no further compression, stick with dict encoding. This is good for many kinds of data. And if there is compression, default to PLAIN encoding to make the work of the compressor easier. This is fully backwards compatible, it reduces file size in most cases, and increases io speed. -- 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]
