gautamworah96 commented on issue #13551:
URL: https://github.com/apache/lucene/issues/13551#issuecomment-2436108800

   @uschindler At Amazon, we implemented the `mmapDir.setPreload((name,ctx) -> 
name.endsWith(".vec"));` style fix you had suggested but later realized that 
this would not work for compound files that have vector data in them eg `.cfs`?
   
   One approach would be to somehow limit vector files from being folded into 
compound files by instructing Lucene not to do it.. I was wondering if you had 
thoughts here/have thought about this approach before? 
   
   The slightly tricky bit here is we only want to preload the vector data from 
the compound files.


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