技能 硬件工程 Qdrant 数据库扩展与调优指南

Qdrant 数据库扩展与调优指南

v20260420
qdrant-scaling
本指南详细指导Qdrant的扩展决策。它帮助用户根据实际需求(如数据量增长、查询吞吐量、响应延迟等)诊断系统性能瓶颈,并选择最合适的扩展策略,无论是增加容量还是优化性能。适用于需要大规模向量搜索和高并发查询的场景。
获取技能
211 次下载
概览

Qdrant Scaling

First determine what you're scaling for:

  • data volume
  • query throughput (QPS)
  • query latency
  • query volume

After determining the scaling goal, we can choose scaling strategy based on tradeoffs and assumptions. Each pulls toward different strategies. Scaling for throughput and latency are opposite tuning directions.

Scaling Data Volume

This becomes relevant when volume of the dataset exceeds the capacity of a single node. Read more about scaling for data volume in Scaling Data Volume

Scaling for Query Throughput

If your system needs to handle more parallel queries than a single node can handle, then you need to scale for query throughput.

Read more about scaling for query throughput in Scaling for Query Throughput

Scaling for Query Latency

Latency of a single query is determined by the slowest component in the query execution path. It is in sometimes correlated with throughput, but not always. It might require different strategies for scaling.

Read more about scaling for query latency in Scaling for Query Latency

Scaling for Query Volume

By query volume we understand the amount of results that a single query returns. If the query volume is too high, it can cause performance issues and increase latency.

Tuning for query volume is opposite might require special strategies.

Read more about scaling for query volume in Scaling for Query Volume

信息
Category 硬件工程
Name qdrant-scaling
版本 v20260420
大小 12.9KB
更新时间 2026-04-28
语言