How much does PostgreSQL consulting cost?
A fixed-scope Database Performance Audit is $1,500 and takes one week — slow query analysis with
pg_stat_statements and EXPLAIN ANALYZE, index and autovacuum review, and a prioritized fix list.
Larger engagements are scoped per project. See the full offer details.
Do you work with RDS PostgreSQL or Cloud SQL?
Yes. Both are common in client work. The diagnostic approach is the same as self-hosted PostgreSQL, but
managed environments have specific constraints — parameter group limits on RDS, flag restrictions on Cloud
SQL, and connection limits that are lower than what self-hosted PostgreSQL can support. These constraints
matter when planning fixes.
What is included in a PostgreSQL performance audit?
pg_stat_statements analysis to identify high-cost queries, EXPLAIN ANALYZE review for the top offenders,
index coverage and access pattern assessment, autovacuum configuration and bloat check, connection behavior
review, and a written report with a prioritized fix list. Delivered within one week.
Can you help with PgBouncer setup?
Yes. PgBouncer configuration — particularly choosing the right pooling mode and handling prepared
statement compatibility — is a common implementation engagement. I can review your current connection
behavior, recommend the right configuration, and help implement it safely with zero-downtime rollout.