Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

Status Submitted
Categories Atlas
Created by Guest
Created on Nov 30, 2022

MongoDB Connection Pool Proxy

Currently there is no Connection Pool proxy supported by MongoDB. With the ever increasing use of serverless and containers, clusters will need to be over provisioned in order to account for the increased connection counts. A better solution would be a Connection Pool proxy allowing for a many-to-one relation for connections to MongoDB. In the case of Lambda, this would reduce the number of Zombie connections (Connections that have been terminated on the Lambda side but are still open on the server side.)
  • Attach files
  • Guest
    Jul 19, 2025
    Im facing the same issue.Were you able to find any solution?
  • Guest
    Apr 4, 2024
    Agree, we would also require connection pooling. Similar to how RDS Proxy works in AWS