GSharayu opened a new pull request #6876: URL: https://github.com/apache/incubator-pinot/pull/6876
When the forward index is not dictionary encoded, we have 2 choices: store the data as is (RAW) store the data snappy compressed - using snappy compression codec library ZSTD library in Java - https://github.com/luben/zstd-jni We get good compression ratio. So based on the user requirements, user can configure via table config on a per column basis. The default behavior continues to remain the same. It is snappy for dimension columns and no compression for metric columns. Issue (#6804) -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org