mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-06 18:10:58 -05:00
* use mmap bitslice and a metadata file to avoid loading * fix and test reported files * add new files to flusher * update rocksdb+blob_store compatibility test * switch to DynamicMmapFlags * fix setting deleted to `false` on short bitslice * remove `MmapBitSlice::extend` * add some more tests to mmap sparse vector storage * calculate deleted_count and next_point_offset on load * get rid of metadata file * cleanup * fix test --------- Co-authored-by: generall <andrey@vasnetsov.com>