jtao15 commented on issue #6189: URL: https://github.com/apache/incubator-pinot/issues/6189#issuecomment-773823499
@Jackie-Jiang Yes, the feature is done and tested. It can be enabled by specifying time pruner in routing config: ``` "routing": { "segmentPrunerTypes": ["Time"] } ``` The supported query operators are `RANGE`, `=`, `<`, `<=`, `>`, `>=`, `IN`, `AND`,`OR`. E.g. `Select * FROM table WHERE timeColumn BETWEEN 20 AND 30 OR timeColumn >= 40`. Time pruner will filter out segments which don't have records in [20, 30] or [40, *). ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org