Jackie-Jiang commented on pull request #6262:
URL: https://github.com/apache/incubator-pinot/pull/6262#issuecomment-729877463


   > where is the logic to decide sparse vs sequential vs dense read
   
   In `FixedBitSVForwardIndexReaderV2`, we use bulk read only for sequential 
doc ids. Per the benchmark, using bulk read for dense doc ids performs worse 
than unchecked read, so there is no difference for reading sparse and dense doc 
ids


----------------------------------------------------------------
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to