caching-strategy
When the same expensive query runs hundreds of times — implements caching patterns with proper invalidation.
5 skills in this category.
When the same expensive query runs hundreds of times — implements caching patterns with proper invalidation.
When queries are the bottleneck — index analysis, query plan optimization, connection pooling.
When something is slow and you need proof of where — analyzes logs/traces to find bottlenecks and hotspots.
Fast approximate results (Phase 1) then slow enriched results (Phase 2).
Monitor constraints (memory, CPU, time, rate limits), adapt behavior gracefully.