LakshSingla commented on PR #14886:
URL: https://github.com/apache/druid/pull/14886#issuecomment-1728856210

   From a convo with @somu-imply, it seems like queries with a time filter 
`SELECT * FROM foo, unnest(col) WHERE __time >= t1 and __time < t2` doesn't 
prune over the segments it has to iterate. It will iterate over all of the 
segments, and then apply the filter on top of it. 
   If this is correct, we should change the query segment spec to break down 
the where clause in the filter and the segment spec. However, I am confused if 
it's the same behavior in native queries as well.


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