clintropolis commented on PR #13370: URL: https://github.com/apache/druid/pull/13370#issuecomment-1318039712
How does this compare with the 'auto' `longEncoding` you can specify on `IndexSpec`? https://druid.apache.org/docs/latest/ingestion/ingestion-spec.html#indexspec. I'll admit this isn't terribly well documented, but added in https://github.com/apache/druid/pull/3148, basically it provides table and delta encoding with bitpacking which can save a fair bit of size. https://github.com/apache/druid/pull/11004 might also have some useful stuff to reference if you're looking to do any benchmarking. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
