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

   This PR adds a new interface and it's implementation for existing forward 
index readers, that allows a caller to get exact set of buffer byte ranges that 
are accessed internally when reading a given docId. This information can be 
used to support prefetching of exact byte ranges during query processing if the 
list of docIds to be fetched is known beforehand, and the buffer type supports 
selective prefetching of data.


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