postgres-expert

Optimize PostgreSQL performance and administration for production databases.

Updated Apr 9, 2024
One-click install
npx skills add https://github.com/nhonvo/Powershell --skill postgres-expert-nhonvo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: postgres-expert
Source: https://github.com/nhonvo/Powershell/tree/main/antigrafity-config/.agent/skills/postgres-expert
Command: npx skills add https://github.com/nhonvo/Powershell --skill postgres-expert-nhonvo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing PostgreSQL performance, tuning, and administration can be time-consuming and error-prone without a structured approach.

Core Features & Use Cases

  • Query optimization, including indexing strategies and JSONB performance improvements.
  • Partitioning, replication setup, and PgBouncer configuration for scalable, reliable databases.
  • Routine maintenance guidance, autovacuum tuning, and extension management for production workloads.

Quick Start

Assess a new PostgreSQL deployment and implement a baseline optimization plan.

Frequently Asked Questions about postgres-expert

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I optimize PostgreSQL query performance using indexing and JSONB?

Optimize PostgreSQL query performance by applying targeted indexing strategies and JSONB performance improvements to accelerate data retrieval and reduce execution overhead in production databases.

What is the best way to configure PgBouncer for PostgreSQL connection management?

Configuring PgBouncer for PostgreSQL connection management involves setting up pooling parameters to handle scalable, reliable database connections and reduce connection overhead in production environments.

How do I set up PostgreSQL partitioning and replication for a scalable database?

Setting up PostgreSQL partitioning and replication requires configuring table partitioning strategies and replication mechanisms to achieve a scalable and reliable database architecture for large workloads.

How does autovacuum tuning improve PostgreSQL routine maintenance?

Autovacuum tuning improves PostgreSQL routine maintenance by adjusting background vacuum and analyze operations to manage bloat and update table statistics for production workloads.

Can I assess a new PostgreSQL deployment and implement a baseline optimization plan?

You can assess a new PostgreSQL deployment and implement a baseline optimization plan by evaluating query performance, indexing strategies, and extension management to establish production-ready configurations.