jpountz opened a new pull request, #11930: URL: https://github.com/apache/lucene/pull/11930
This PR introduces a new `LOAD` `IOContext` for files that are a small fraction of the total index size and are expected to be accessed in a random-access fashion. This may be leveraged by some `Directory` implementations to load such files into physical memory (e.g. Java heap) in order to provide stronger guarantees on query latency. -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org