Documentation
README
Understanding memory usage
Qdrant operates with two types of memory:
- Resident memory (aka RSSAnon) - memory used for internal data structures like the ID tracker, plus components that stay fully in RAM. On Qdrant 1.19 or newer this is controlled per-component with
memory: pinned(e.g. quantized vectors, payload indexes); on 1.18 or older the equivalent isalways_ram: true.
This is the opening of the README. Read the full README on GitHub.