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 Jan 15, 2021

Scaling cluster connections independent of cluster size/tier

Currently whenever you want to increase Atlas cluster connections, you have to scale up Cluster Tiers. When an application doesn't require additional disk storage but only additional connections the additional cost is difficult to justify.
  • Attach files
  • Guest
    Nov 10, 2023
    "Unfortunately larger and larger numbers of connections require more compute" We understand that and there's a difference in compute ability between M10 and M20 already, that's why we have them as different tiers. So ideally, the number of connections available in M20 should be higher as well. Also, can you clarify if the number of connections is an altas-level limitation or a cloud provider-side limitation? If it's a cloud provider-side limitation, which instance type are we using in AWS? Because I've not experienced the same in mongo on-prem deployments.
  • Guest
    Jan 19, 2021
    Hi Steven, The first-order cost contributor to an Atlas cluster is its compute (memory and CPU) requirements rather than storage size. Unfortunately larger and larger numbers of connections require more compute. Note that you may be able to optimize with connection pools. -Andrew