mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-05 09:31:05 -05:00
* Actively migrate RocksDB ID tracker to new format on segment load * Extract ID tracker migration logic to function * Feature flag ID tracker migration * Simplify ID tracker migration by moving it deeper into load function * Move migrate function to the bottom * Add test to assert RocksDB to mutable ID tracker migration * Assert new mutable ID tracker is empty * Review remarks * On RocksDB to mutable ID tracker migration failure, clean up files * Demote empty mutable ID tracker to debug assertion * Copy all point versions, including deleted, set known mappings * read links and versions separatelly --------- Co-authored-by: generall <andrey@vasnetsov.com>