What problem does it solve?
This Skill helps you optimize PostgreSQL performance, configure advanced features, and manage your database effectively, ensuring reliability and speed.
Core Features & Use Cases
- Query Optimization: Analyze slow queries using
EXPLAIN ANALYZE and implement effective indexing strategies.
- Advanced Features: Configure and utilize PostgreSQL extensions like PostGIS, pgvector, and TimescaleDB.
- Replication & Maintenance: Set up streaming or logical replication and tune database maintenance tasks like VACUUM and ANALYZE.
- Use Case: You have a PostgreSQL query that is running too slowly. Use this Skill to analyze the query plan, identify bottlenecks, and receive recommendations for index creation or query rewriting.
Quick Start
Use the postgres-pro skill to analyze the performance of the following SQL query: SELECT * FROM users WHERE created_at < NOW() - INTERVAL '1 day';