Files
qdrant/lib/segment
Tim Visée 6a1b9de131 Mutable in-memory ID tracker without RocksDB (#6150)
* Add initial mutable ID tracker

* Correctly handle duplicate point mappings and deleted flags

* Improve error handling in flush

* Preallocate capacity for pending mappings/versions more intelligently

* Warn or error about missing ID tracker files

* Reformat

* Don't crash if just the last mapping/version entry is corrupt

* Move mapping and point parsing into separate functions

* Extract loading logic into separate functions

* Do not allow partially corrupted ID tracker files for now

* Remove TODOs

* Minor improvements

* Fsync mappings and versions file after writing to it

* Return error when fsync fails
2025-03-13 17:12:08 +01:00
..
2024-06-13 21:16:29 +02:00
2025-03-13 12:07:42 +01:00