Catalog
github/qdrant-scaling

github

qdrant-scaling

Guides Qdrant scaling decisions. Use when someone asks 'how many nodes do I need', 'data doesn't fit on one node', 'need more throughput', 'cluster is slow', 'too many tenants', 'vertical or horizontal', 'how to shard', or 'need to add capacity'.

global
Allowed Tools
ReadGrepGlob
New~445
v1.0Saved Jul 12, 2026

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

Files1
1 files · 1.0 KB

Select a file to preview

Overall Score

72/100

Grade

B

Good

Safety

88

Quality

68

Clarity

75

Completeness

58

Summary

This skill is a routing/navigation guide for Qdrant scaling decisions. It acts as a decision tree that helps users identify what dimension they need to scale for (data volume, query throughput, latency, or result volume) and directs them to specialized sub-skills for detailed implementation guidance. No direct operations are performed — it is purely advisory and refers to external skill modules.

Detected Capabilities

file readpattern matching (grep)filesystem glob patterns

Trigger Keywords

Phrases that MCP clients use to match this skill to user intent.

qdrant scaling decisionshow many nodes neededcluster capacity planningvertical vs horizontal scalingquery performance optimizationdata volume overflowthroughput bottleneck

Use Cases

  • Determine whether to scale Qdrant horizontally or vertically
  • Choose between data volume scaling, throughput scaling, and latency optimization
  • Diagnose performance bottlenecks in a Qdrant cluster
  • Plan cluster expansion strategy based on current constraints
  • Route users to appropriate specialized scaling sub-skills based on their use case

Quality Notes

  • Skill serves as a routing/navigation guide with clear decision points
  • Directs users to sub-skills (scaling-data-volume, scaling-qps, minimize-latency, scaling-query-volume) but referenced sub-skill files are not present in the repository
  • Allowed-tools list is appropriately minimal (Read, Grep, Glob) — consistent with read-only advisory guidance
  • Description clearly maps user intent phrases to skill purpose
  • Scope is well-defined: diagnostic/routing only, no configuration or operational changes
  • No edge cases or error handling needed since skill is purely advisory
  • Quality would improve with inclusion of decision criteria examples or decision tree visualization
  • Some typos in content ('Tuning for query volume is opposite might require' — grammar issue)
Model: claude-haiku-4-5-20251001Analyzed: Jul 12, 2026

Reviews

Add this skill to your library to leave a review.

No reviews yet

Be the first to share your experience.

Use github/qdrant-scaling in your dev environment

Command Palette

Search for a command to run...

github/qdrant-scaling | SkillRepo