uschindler commented on issue #12531:
URL: https://github.com/apache/lucene/issues/12531#issuecomment-1824732748

   > @uschindler, I understand the complexity of completely rewriting all 
Lucene internals. However, IMO it is necessary to do so in parallel. Relying 
entirely on MMAP is a bad idea it is good for warmup queries.
   > 
   > Ref: https://db.cs.cmu.edu/mmap-cidr2022/
   
   Lucene has different access patterns that are not database like. MMAP works 
perfectly here. Lucene is using WORM when writing files. This paper is known to 
use and our long-time testing figured out that it does not apply to most Lucene 
workloads.


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

Reply via email to