What problem does it solve? Qdrant deployments often suffer from slow search: high query latency, low QPS under load, sluggish filtered search, or degraded performance after bulk uploads. This Skill provides a structured diagnostic and remediation playbook to identify the root cause and apply the correct fix. ## Core Features & Use Cases - Latency Diagnosis: Distinguishes memory pressure, payload retrieval bottlenecks, and expensive filters, then applies fixes like HNSW tuning, in-memory quantization, Matryoshka dimensionality reduction, and io_uring. - Throughput Optimization: Raises QPS via fewer segments, batch search API, quantization, and read replicas. - Filtered Search Fixes: Resolves slow filtered queries with payload indexes, tenant indexes, ACORN algorithm, and re-indexing after HNSW builds. - Use Case: A team notices filtered search became slow after a bulk data upload. The Skill guides checking indexed_only=true to confirm the optimizer is still running, then recommends optimizer_cpu_budget tuning and prevent_unoptimized=true. ## Quick Start Ask the assistant to diagnose why my Qdrant filtered search queries suddenly became slow and recommend configuration fixes.