mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-04 17:10:59 -05:00
* Add function to detect if storage is using RocksDB * Add feature flag to toggle payload index migration * Add naive payload index migration, rebuild from scratch if RocksDB * Adjust payload index rebuild logs * When rebuilding payload indices, clean up existing storages * Update OpenAPI spec * Use weak references to Gridstore in mutable payload index flushers * Rework payload index clear/wipe functions, make them consistent * Naively migrate RocksDB before loading indices * Fix mmap payload index load, staged like others (#6837) * Add staged loading of mmap numeric payload index * Add staged loading of mmap map payload index * Add staged loading of mmap geo payload index * Add staged loading of mmap full text payload index * Add staged loading of mmap bool and null payload index * Minor tweaks * Don't fail clearing file cache if file does not exist --------- Co-authored-by: jojii <jojii@gmx.net>