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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
