clintropolis commented on PR #13977:
URL: https://github.com/apache/druid/pull/13977#issuecomment-1483742354

   I decided to do the `DruidPredicateIndex` threshold based on the overall 
value cardinality instead of evaluating each predicate on the assumption that 
the predicates themselves are not that cheap. However, there might be room for 
exploration of evaluating the predicates under a certain dictionary sizes to 
determine the actual number of bitmap operations like we are doing for range 
indexes (well the `LexicographicalRangeIndex` for strings has a predicate form 
that further reduces the actual number of bitmaps, but that they operate on the 
full range before the predicate).


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