Files
qdrant/lib/collection
Roman Titov db7756113e Yet another attempt to fix resharding abort logic 🙅‍♀️ (#9395)
* 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??
2026-06-09 17:13:06 +02:00
..
2026-04-27 12:56:29 +02:00
2026-05-26 17:28:49 +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