Connection Pool Tuner

Size and tune a database connection pool from the real constraint — the database's shared max_connections and its core count — so total connections (per-instance pool × instance count) stay safely under the cap and a too-large pool stops adding latency. Use when the app throws 'too many connections' or pool-acquire timeouts, when the DB is saturated by connection count, or when deploying to serverless.

imtiazrayhan Updated

File contents

imtiazrayhan/agentscamp-library/tree/main/skills/connection-pool-tuner commit 460329ff6b

Frequently asked questions

npx skillmds@latest add imtiazrayhan/connection-pool-tuner