Agent skill · AI & Agents

qdrant-vertical-scaling

Guides Qdrant vertical scaling decisions. Use when someone asks 'how to scale up a node', 'need more RAM', 'upgrade node size', 'vertical scaling', 'resize cluster', 'scale up vs scale out', or when memory/CPU is insufficient on current nodes. Also use when someone wants to avoid the complexity of horizontal scaling.

GitHub68,948★ · +463/wk · 2 repos on radarProfile →
copilotMIT
Install
npx skills add github/awesome-copilot --skill vertical-scaling --agent copilot

Same command for any agent — swap --agent for claude-code, codex, cursor.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/qdrant-scaling/scaling-data-volume/vertical-scaling/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 37,432 · +281 this week
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# What to Do When Qdrant Needs to Scale Vertically Vertical scaling means increasing CPU, RAM, or disk on existing nodes rather than adding more nodes. This is the recommended first step before considering horizontal scaling. Vertical scaling is simpler, avoids distributed system complexity, and is reversible. - Vertical scaling for Qdrant Cloud is done through the [Qdrant Cloud Console](https://cloud.qdrant.io/) - For self-hosted deployments, resize the underlying VM or container resources ## When to Scale Vertically Use when: current node resources (RAM, CPU, disk) are insufficient, but the workload doesn't yet require distribution. - RAM usage approaching 80% of available memory (OS page cache eviction starts, severe performance degradation) - CPU saturation during query serving or indexing - Disk space running low for on-disk vectors and payloads - A single node can handle up to ~100M vectors depending on dimensions and quantization - For non-production workloads, which are tolerant to single-point-of-failure and don't require high availability ## How to Scale Vertically in Qdrant Cloud Vertical scaling is managed through the Qdrant Cloud Console. - Log into [Qdrant Cloud Conso

What's inside
Steps it walks through
  1. When to Scale Vertically
  2. How to Scale Vertically in Qdrant Cloud
  3. RAM Sizing Guidelines
  4. When Vertical Scaling Is No Longer Enough
  5. What NOT to Do
More from awesome-copilot
All skills →
About this skill
What does the qdrant-vertical-scaling skill do?

Guides Qdrant vertical scaling decisions. Use when someone asks 'how to scale up a node', 'need more RAM', 'upgrade node size', 'vertical scaling', 'resize cluster', 'scale up vs scale out', or when memory/CPU is insufficient on current nodes. Also use when someone wants to avoid the complexity of horizontal scaling.

How do I install it?

Run `npx skills add github/awesome-copilot --skill vertical-scaling --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From github/awesome-copilot, a repository with 37,432 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going