HybridDirectory should open .dim files with mmap #48509
Labels
:Distributed Indexing/Store
Issues around managing unopened Lucene indices. If it touches Store.java, this is a likely label.
>enhancement
This is a follow-up to https://issues.apache.org/jira/browse/LUCENE-8932. The BKD index is now off-heap when the index input is a ByteBufferIndexInput. So if we want the index to move off-heap with the default directory implementation when upgrading to Lucene 8.4, we should make
HybridDirectory
opendim
files with mmap.@jdconrad I'm assigning it to you if you don't mind since you worked on the Lucene change
The text was updated successfully, but these errors were encountered: