You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/06/03 01:35:20 UTC

[GitHub] [druid] maytasm opened a new issue #9974: Improve groupBy on timestamp_floor expressions so that it matches timeseries query's performance

maytasm opened a new issue #9974:
URL: https://github.com/apache/druid/issues/9974


   ### Description
   
   Improve groupBy on timestamp_floor expressions so that it matches timeseries query's performance.
   
   ### Motivation
   
   When groupBy on timestamp_floor expressions is just as fast as a timeseries query (a noble goal) we can remove timeseries queries from the SQL. With this, we can remove multiple hacks that we put in our query engine to handle the special case of timeseries query with groupBy on timestamp_floor expressions.
   


----------------------------------------------------------------
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:
users@infra.apache.org



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