Optimizes PostgreSQL database performance through automated query analysis, advanced indexing strategies, and database configuration tuning.
The PostgreSQL Performance skill equips Claude with specialized expertise to diagnose and resolve complex database bottlenecks. It provides a systematic approach to interpreting EXPLAIN ANALYZE outputs, implementing high-performance indexing patterns like GIN and BRIN, and identifying system-level issues such as table bloat and cold caches. By leveraging diagnostic queries and industry-standard metrics, this skill helps developers reduce query latency and ensure production environments are running at peak efficiency.
主要功能
01Real-time diagnostic queries for slow logs and unused indexes
02Strategic index selection for B-tree, GIN, and BRIN types
03Automated table bloat detection and maintenance planning
04Deep query plan analysis using EXPLAIN (ANALYZE, BUFFERS)
05Database configuration tuning based on buffer hit and planning metrics
061 GitHub stars
使用场景
01Troubleshooting slow-running production queries to reduce execution time
02Optimizing storage and search for JSONB and time-series data sets
03Implementing proactive database maintenance and index cleanup