rohangarg opened a new issue, #12479:
URL: https://github.com/apache/druid/issues/12479

   #12472 converts queries like `select max(__time) from ds` and `select 
min(__time) from ds` to timeBoundary queries since timeBoundary queries are 
more performant/optimized than generic timeseries queries.
   Since timeBoundary query can return min-max time both in its result, more 
optimizations are possible on queries like `select max(__time), min(__time) 
from ds`. Currently the mentioned example is planned as a timeseries query.


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