mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-04 17:10:59 -05:00
* Simplify ownership and locking in `set_shard_replica_state` Since #8830, replica sets are wrapped in `Arc`, so we don't *need* to hold `shard_holder` read-lock during `set_shard_replica_state` * Abort transfers *before* switching replica state to `Dead` idempotency, am I right boys??
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.

