kishoreg opened a new pull request #5240: WIP: Supporting range queries using 
indexes
URL: https://github.com/apache/incubator-pinot/pull/5240
 
 
   Currently, range queries result in a full table scan and cannot be solved 
using inverted indices. This PR introduces the concept of Range index.
   
   This will be useful in evaluating range predicates on time and metric columns
   
   e.g. select count(*) from T where latency > 3sec

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to