What problem does it solve?
This Skill enables database administrators and developers to analyze and optimize PostgreSQL performance, configure replication, and utilize extensions effectively.
Core Features & Use Cases
- Query Optimization: Run EXPLAIN ANALYZE and design indexes to improve slow queries.
- Replication Setup: Configure streaming and logical replication for high availability and data sharing.
- Extension Management: Install and manage PostgreSQL extensions like pg_stat_statements and PostGIS for enhanced capabilities.
- Database Maintenance: Perform vacuuming, analyze statistics, monitor bloat, and troubleshoot replication lag for reliable database operation.
- Use Case: Use this Skill to fine-tune a production PostgreSQL database by analyzing slow queries, setting up replication, and ensuring ongoing health.
Quick Start
Use the postgres-pro skill to analyze the current query performance and set up a replication slot for high availability.