jpountz opened a new issue, #12356:
URL: https://github.com/apache/lucene/issues/12356

   ### Description
   
   Forked from 
https://lists.apache.org/thread/1fskhmz84pp60o41txsxj2193vt9txod: if 
`BufferedIndexInput` is asked to read N bytes backward, one after the other, it 
will internally trigger N refills of its internal 1kB buffer. While this 
particular case may be better fixed by changing the layout of the data 
(#12355), there are a couple other cases when we occasionally need to go 
backwards and it would be nice if BufferedIndexInput handled it more gracefully 
(e.g. when navigating to a parent node in the BKD index)?


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