mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-07 02:20:55 -05:00
* sorting * migrate tests and move logic into SegmentBuilder * add test and improve implementation * improve code * review * code review improvements * add index building to test * Do not clone ranges * Resolve clippy warnings due to recent PR on dev * review suggestions * Defragmentation in api (#4684) * add tenant config to api * deduplicate used defragmentation keys * rename is_tenant to is_primary * use all values to defrag key * rename is_primary -> is_tenant * update schema --------- Co-authored-by: generall <andrey@vasnetsov.com> Co-authored-by: timvisee <tim@visee.me>