
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'.
SKILL.md
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
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
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
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
More skills from the awesome-copilot repository
View all 15 skillsqdrant-horizontal-scaling
guide Qdrant horizontal scaling decisions
Apr 18AI InfrastructureArchitectureCapacity PlanningDatabase +1qdrant-indexing-performance-optimization
optimize Qdrant indexing performance
Apr 18Data EngineeringDatabaseETLPerformance +1qdrant-memory-usage-optimization
optimize Qdrant memory usage
Apr 18Cost OptimizationDatabaseObservabilityPerformance +1qdrant-minimize-latency
minimize Qdrant query latency
Apr 18ArchitectureDatabasePerformanceQdrant +1qdrant-monitoring-debugging
debug Qdrant production issues with metrics
Apr 18DebuggingMonitoringObservabilityPerformance +1qdrant-monitoring-setup
set up Qdrant monitoring and alerting
Apr 18AI InfrastructureMonitoringObservabilityQdrant +1
More from GitHub
View publisherqdrant-scaling-qps
scale Qdrant query throughput
awesome-copilot
Apr 18AI InfrastructureArchitectureDatabasePerformance +1qdrant-scaling-query-volume
scale Qdrant query volume and pagination
awesome-copilot
Apr 18ArchitectureDatabasePerformanceQdrant +1qdrant-search-quality-diagnosis
diagnose Qdrant search quality issues
awesome-copilot
Apr 18AnalyticsData QualityDebuggingQdrant +1qdrant-search-speed-optimization
optimize Qdrant search speed
awesome-copilot
Apr 18AnalyticsDatabasePerformanceQdrant +1qdrant-search-strategies
select optimal Qdrant search strategies
awesome-copilot
Apr 18AI InfrastructureAnalyticsArchitectureQdrant +1