Files
qdrant/lib/collection
Tim Visée 42b80f4543 Add WAL type with integrated clock map (#3620)
* Add WAL type with integrated clock map

* Rename clock map field to last clocks

* Move WAL delta logic into separate module
2024-03-05 17:07:39 +01: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