reporting-optimization
Installation
SKILL.md
Decision Tree
Need query optimization? → Use EXPLAIN ANALYZE
Need cached aggregations? → Use Materialized View
Need complex breakdown? → Use CTEs
Need row ranking? → Use Window Functions
Need partial coverage? → Use Partial Index
Reporting & Optimization Guidelines
Reporting queries often scan large datasets. Inefficient queries can degrade the performance of the entire system. Follow these guidelines to ensure speed and stability.
1. Query Optimization
1.1 SELECT Efficiency
Related skills
More from poletron/custom-rules
cpp
>
104lancedb
>
17clean-code
Pragmatic coding standards - concise, direct, no over-engineering, no unnecessary comments
10vulnerability-scanner
Advanced vulnerability analysis principles. OWASP 2025, Supply Chain Security, attack surface mapping, risk prioritization.
8trpc
>
8web-performance-optimization
Optimize website and web application performance including loading speed, Core Web Vitals, bundle size, caching strategies, and runtime performance
7