qdrant-scaling-data-volume
$
npx mdskill add github/awesome-copilot/qdrant-scaling-data-volumeOptimize Qdrant storage by selecting vertical or horizontal scaling strategies.
- Handles data overflow, multi-tenant isolation, and time-window filtering.
- Integrates with Read, Grep, and Glob tools for data analysis.
- Recommends partitioning, tiered multitenancy, or node expansion methods.
- Delivers actionable scaling paths for single-node or cluster environments.
SKILL.md
.github/skills/qdrant-scaling-data-volumeView on GitHub ↗
--- name: qdrant-scaling-data-volume description: "Guides Qdrant data volume scaling decisions. Use when someone asks 'data doesn't fit on one node', 'too much data', 'need more storage', 'vertical or horizontal scaling', 'tenant scaling', 'time window rotation', or 'data growth exceeds capacity'." allowed-tools: - Read - Grep - Glob --- # Scaling Data Volume This document covers data volume scaling scenarios, where the total size of the dataset exceeds the capacity of a single node. ## Tenant Scaling If the use case is multi-tenant, meaning that each user only has access to a subset of the data, and we never need to query across all the data, then we can use multi-tenancy patterns to scale. The recommended way is to use multi-tenant workloads with payload partitioning, per-tenant indexes, and tiered multitenancy. Learn more [Tenant Scaling](tenant-scaling/SKILL.md) ## Sliding Time Window Some use-cases are based on a sliding time window, where only the most recent data is relevant. For example an index for social media posts, where only the last 6 months of data require fast search. Learn more [Sliding Time Window](sliding-time-window/SKILL.md) ## Global Search Most general use-cases require global search across all data. In these situations, we might need to fall back to vertical scaling, and then horizontal scaling when we reach the limits of vertical scaling. ### Vertical Scaling When data doesn't fit in a single node, the first approach is to scale the node itself — more RAM, better disk, quantization, mmap. Exhaust vertical options before going horizontal, as horizontal scaling adds permanent operational complexity. Learn more [Vertical Scaling](vertical-scaling/SKILL.md) ### Horizontal Scaling When a single node can't hold the data even with quantization and mmap, distribute data across multiple nodes via sharding. Learn more [Horizontal Scaling](horizontal-scaling/SKILL.md)
More from github/awesome-copilot
- acquire-codebase-knowledgeUse this skill when the user explicitly asks to map, document, or onboard into an existing codebase. Trigger for prompts like "map this codebase", "document this architecture", "onboard me to this repo", or "create codebase docs". Do not trigger for routine feature implementation, bug fixes, or narrow code edits unless the user asks for repository-level discovery.
- acreadiness-assessRun the AgentRC readiness assessment on the current repository and produce a static HTML dashboard at reports/index.html. Wraps `npx github:microsoft/agentrc readiness` and hands off rendering to the @ai-readiness-reporter custom agent. Supports policies (--policy) for org-specific scoring. Use when asked to assess, audit, or score the AI readiness of a repo.
- acreadiness-generate-instructionsGenerate tailored AI agent instruction files via AgentRC instructions command. Produces .github/copilot-instructions.md (default, recommended for Copilot in VS Code) plus optional per-area .instructions.md files with applyTo globs for monorepos. Use after running /acreadiness-assess to close gaps in the AI Tooling pillar.
- acreadiness-policyHelp the user pick, write, or apply an AgentRC policy. Policies customise readiness scoring by disabling irrelevant checks, overriding impact/level, setting pass-rate thresholds, or chaining org baselines with team overrides. Use when the user asks about strict mode, AI-only scoring, custom weights, CI gating, or wants org-wide standardisation.
- add-educational-comments'Add educational comments to the file specified, or prompt asking for file to comment if one is not provided.'
- adobe-illustrator-scriptingWrite, debug, and optimize Adobe Illustrator automation scripts using ExtendScript (JavaScript/JSX). Use when creating or modifying scripts that manipulate documents, layers, paths, text frames, colors, symbols, artboards, or any Illustrator DOM objects. Covers the complete JavaScript object model, coordinate system, measurement units, export workflows, and scripting best practices.
- agent-governance|
- agent-owasp-compliance|
- agent-supply-chain|
- agentic-eval|