mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-04 17:10:59 -05:00
* separate snapshot-related functions into a new file * move out snapshot-related function in local shard * move snapshot test to local shard level * move snapshot_all_segments and proxy_all_segments_and_apply to local shard * use former scroll update lock to prevent snapshot operations overlapping with updates * review fixes: rename all scroll_lock, use write lock for unproxy instead of read
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.

