fx19880617 commented on issue #6804: URL: https://github.com/apache/incubator-pinot/issues/6804#issuecomment-821527069
I feel we should separate encoding and compression. Maybe add two new fields into the schema. For raw index encoding, we can support multiple options for different types: e.g. INT/LONG : Delta/DoubleDelta/Gorrila FLOAT/DOUBLE: Gorrila For compression, we can support LZO, LZ4, ZSTD, DEFLATE, GZIP, SNAPPY etc -- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
