Files
qdrant/lib/segment/src/segment_constructor
Tim Visée cae2cbbc79 Fix point deletions on mmap segment optimization (#4952)
* Don't use ID but current point offset when optimizing dense mmap storage

This change now matches the implementation in all other storage types.

* Remove now obsolete point offsets in update_from point iterator

* Fix test
2024-08-26 20:02:08 +02:00
..