deemoliu opened a new issue, #13804:
URL: https://github.com/apache/pinot/issues/13804

   `feature`: Adding prefix, postfix indexes
   
   per PR#12392, we benchmarked matching query performance on the following 
approaches
   
   - querying with text_matching indexes 
   - pre-filtering derived fixed size prefix column and then do text matching.
   
   the second approaches works efficiently when pre-filters reduced the numbers 
of rows for text matching.
   
   In this task, we will introduce a new index called prefix indexes which 
leverages inverted indexes to do pre-filter efficiently.
   


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