You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/01/27 00:18:04 UTC

[GitHub] [pinot] richardstartin commented on issue #8045: Add "DateTime" DataType

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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org