Files
qdrant/lib/collection
Tim Visée 0223a0b7ca When selecting a segment for writing, select the smallest one (#4440)
* Preallocate list of entires to prevent some unnecessary reallocations

* Implement Copy for OptimizerThresholds

* Add shard holder function get smallest segment

* Take the smallest segment in the segments updater

* Add test to assert inserting into smallest segment

* Fix compilation warnings
2024-06-11 12:59:05 +02:00
..

Collection

Crate, which implements all functions required for operations with a single collection of points. Points within a collection should share the same payload schema and have same vector size. So that search requests could be performed over all points of a single collection.

Structure

Collection structure

Update process

Update process