Jackie-Jiang opened a new pull request, #8891:
URL: https://github.com/apache/pinot/pull/8891

   - Cache the parsed values in the IN/NOT_IN predicate to prevent per-segment 
string value parse
   - Add on-heap dictionary for BYTES and BIG_DECIMAL data type
   - For IN predicate with lots of values, bound the initial dict id set to 
1000 to prevent over-allocating when lots of values are not in the dictionary
   - Implement `Dictionary.indexOf()` for all data types to avoid the 
unnecessary string conversion


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