Comprehensive performance optimization guide for Azure Cosmos DB applications, containing 45+ rules across 8 categories, prioritized by impact to guide automated refactoring and code generation.
| 1 | Data Modeling | CRITICAL | model- | | 2 | Partition Key Design | CRITICAL | partition- | | 3 | Query Optimization | HIGH | query- | | 4 | SDK Best Practices | HIGH | sdk- | | 5 | Indexing Strategies | MEDIUM-HIGH | index- | | 6 | Throughput & Scaling | MEDIUM | throughput- | | 7 | Global Distribution | MEDIUM | global- |
| 8 | Monitoring & Diagnostics | LOW-MEDIUM | monitoring- |
Azure Cosmos DB performance optimization and best practices guidelines for NoSQL, partitioning, queries, and SDK usage. Use when writing, reviewing, or refactoring code that interacts with Azure Cosmos DB, designing data models, optimizing queries, or implementing high-performance database operations. Source: anthropics/knowledge-work-plugins.