qdrant/skills

qdrant-performance-optimization

Navigation hub linking sub-skills for proactive Qdrant tuning: search speed, indexing performance, and memory usage optimization.

All-time #7548 Trending #7444 Hot #772 First seen Mar 31, 2026
8-week activity · all time api

Installation

$ npx skills add qdrant/skills --skill qdrant-performance-optimization

Summary

  • Navigation hub linking sub-skills for proactive Qdrant tuning: search speed, indexing performance, and memory usage optimization.
  • Use when planning configuration or capacity changes to improve speed and efficiency.
  • For diagnosing an active production slowdown or analyzing live metrics, use qdrant-monitoring instead.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from qdrant/skills · top by installs.

npx skills add qdrant/skills

Browse all from qdrant/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Also listed on

Alternate registries and mirrors of this skill.

Repository health

Stars 230
License LICENSE
Default branch main
Open issues 5
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsRead, Grep, Glob

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,823 B
  • docs SUMMARY.md 356 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1,532 installs

SKILL.md

Qdrant Performance Optimization

Route first, then answer. Match the user's symptom in the table, Read that file, and answer from it. Do not answer from this page alone: it contains routing only, not the guidance. If two rows match, read both.

The user says Read
Filtered queries much slower than unfiltered search-speed-optimization/SKILL.md
Low QPS, cannot handle the query load search-speed-optimization/SKILL.md
Individual queries take too long to return search-speed-optimization/SKILL.md
Index build or HNSW build takes too long, vector upload is slow indexing-performance-optimization/SKILL.md
Collection stays yellow, optimizer stuck or runs for a long time indexing-performance-optimization/SKILL.md
Bulk upsert of vectors is slow indexing-performance-optimization/SKILL.md
RAM usage too high, out-of-memory crashes memory-usage-optimization/SKILL.md
Want to fit a larger dataset on the same hardware memory-usage-optimization/SKILL.md
Reducing cost by moving data to disk memory-usage-optimization/SKILL.md

Latency and throughput pull opposite ways on segment count. For latency, increase segments toward the CPU core count (defaultsegmentnumber: 16). For throughput, use fewer and larger segments (defaultsegmentnumber: 2). Applying the wrong direction makes the reported problem worse.