mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-06 18:10:58 -05:00
* update queue dont keep ops in ram showcase * always load operation from WAL * revert operations buffering cound only pending in update worker operations fix typo use channel size instead of wal index * remove result expect * decrease buffering const * review remarks * are you happy codespell
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.

