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

   ### Description
   
   At Amazon Product Search, we warm up our service by preloading vector files 
into RAM and use the `mmapDir.setPreload` API for this.
   However, when vector files get compacted into a `.cfs` file, they do not get 
paged into RAM due to `setPreload` being called on the basis of `.vec`, `.veq` 
extensions.
   
   This would also help for lexical search files that get compacted into `.cfs` 
files and which need preloading for service warm up purposes..


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