Help us improve
Share bugs, ideas, or general feedback.
From database-engineering
Pool sizing, connection lifetime, health checks, and resource exhaustion prevention.
npx claudepluginhub sethdford/claude-skills --plugin engineer-database-engineeringHow this skill is triggered — by the user, by Claude, or both
Slash command
/database-engineering:connection-pool-managementThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Managing database connections efficiently to maximize throughput and prevent resource exhaustion.
Audits connections, calculates pool sizes, configures app-level pooling params, and deploys PgBouncer/ProxySQL for PostgreSQL/MySQL to prevent exhaustion and boost throughput.
Optimizes database connection pooling for PostgreSQL and MySQL with sizing formulas, PgBouncer transaction-mode, serverless management, monitoring, and leak detection. Use for exhaustion errors, high latency, or idle connection buildup.
Configures connection pools like PgBouncer, pgcat, ProxySQL for PostgreSQL/MySQL, app-level pools (Prisma, SQLAlchemy, HikariCP), serverless proxies (RDS Proxy, Neon). Optimizes sizing, detects leaks.
Share bugs, ideas, or general feedback.
Managing database connections efficiently to maximize throughput and prevent resource exhaustion.
You are configuring connection pools. Size appropriately; monitor usage.