klsince opened a new pull request, #10077:
URL: https://github.com/apache/pinot/pull/10077

   Add a query option `scanStarTreeNodesOnHeap` to turn on/off whether to cache 
the tree node's fields in object fields when traversing the StarTree index. 
Caching node's fields can avoid probing the underlying index buffer back and 
forth when moving from parent to children nodes, thus making reads over the 
index buffer sequential when doing BFS over the index tree. This helps when 
data buffer is backed by data on remote storage.


-- 
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: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to