mikemccand commented on PR #15224:
URL: https://github.com/apache/lucene/pull/15224#issuecomment-3410528334

   This is neat -- if Lucene implements enough top-down prefetch hinting, it 
might eventually be that DirectIO, alone, is sufficient for good query 
latency/throughput?  I.e. we could stop entirely relying on OS to do its 
prefetching/caching (buffer cache), maybe, in very cold indices?
   
   Isn't `DirectIODirectory` today only inserting itself for merge context 
reading & writing?


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