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

   ### Description
   
   In testing internally, we have found that FSTs always load in OFF_HEAP mode. 
If you are not using an MMAP directory, some queries could result in system 
call overhead via NIO FS. While there are obviously use cases that are not 
impacted by the load mode of FSTs and may have a use for NIO FS, we don't use 
the `ON_HEAP` load mode from anywhere I or my colleagues could see in Lucene. 
   
   In turn, does it make sense to remove that load mode going forward?


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