mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-31 15:11:35 -05:00
* 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
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.

