richardstartin commented on issue #8045:
URL: https://github.com/apache/pinot/issues/8045#issuecomment-1022723548


   The range index would favour storing dates as an integer epoch (I.e. an 
offset in days since 1970-01-01) which can be converted to an actual date very 
quickly, which would allow raw storage without the indirection of a dictionary. 
If we were to reintroduce integer compression for raw columns these would 
compress very well too.


-- 
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]

Reply via email to