Reuses database connections instead of creating new ones per request, preventing connection exhaustion under load. Use when deploying any service that talks to a database, especially with serverless or high-concurrency workloads. Triggers on: connection pool, max connections, too many clients, pgbouncer, connection exhaustion, FATAL: remaining connection slots, pool size, connection leak, serverless database.
Reuses database connections instead of creating new ones per request, preventing connection exhaustion under load. Use when deploying any service that talks to a database, especially with serverless or high-concurrency workloads. Triggers on: connection pool, max connections, too many clients, pgbouncer, connection exhaustion, FATAL: remaining connection slots, pool size, connection leak, serverless database.
复用数据库连接而不是为每个请求创建新的连接,从而在高负载时防止连接耗尽。部署任何与数据库通信的服务时都应使用,尤其是在无服务器或高并发工作负载中。触发场景:连接池、最大连接数、客户端过多、pgbouncer、连接耗尽、FATAL:剩余连接插槽、池大小、连接泄漏、无服务器数据库。
Category: developer (开发工具) · Author: sharp-skills · Version: @main
该 Skill 暂无文档文件。
npx skills add sharp-skills/database-connection-pooling下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer