Jackie-Jiang commented on issue #10008:
URL: https://github.com/apache/pinot/issues/10008#issuecomment-1364632603

   One main difference between current fixed-length and var-length string 
dictionary is that for fixed-length one we have to scan for the padding bytes, 
which is not required for the var-length string dictionary.
   We should run this benchmark on strings with different length distribution, 
and var-length one should outperform fixed-length when the length is skewed 
(max length >> min length). 


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