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: [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]
