Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Add support for maximum idle connection in the pool #17471

Closed
harshit-gangal opened this issue Jan 7, 2025 · 0 comments · Fixed by #17443
Closed

Feature Request: Add support for maximum idle connection in the pool #17471

harshit-gangal opened this issue Jan 7, 2025 · 0 comments · Fixed by #17443

Comments

@harshit-gangal
Copy link
Member

Feature Description

Introduce a configurable max idle count parameter in the connection pool to control the maximum number of idle resources retained. This ensures efficient resource utilization, reduced memory and connection overhead, and improved performance during varying workloads.

Use Case(s)

With the fluctuating workloads, idle timeout may release resources prematurely, causing delays during spikes due to costly reacquisition. Max idle count ensures a fixed number of idle connections are retained, enabling faster response during bursts while minimizing overhead in low-traffic periods. Balances performance, resource efficiency, and cost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant