MongoDB Atlas initial high number of connections and storage

心已入冬 提交于 2021-01-29 10:02:23

问题


I just created a new empty cluster on mongoDB atlas. I chose the M20 cluster tier with 60GB storage limit. However, as soon as my cluster was created, it showed that there are 28 current connections on the server hosting the replica set (keeps increasing and decreasing, even reached 35). It also shows that the current disk space used is 6.3GB even though the cluster was just created and empty.

Is this normal on Atlas? And why is the number this high? This bugs me as there is a limit on the number of connections and storage.


回答1:


There are connections from:

  • Each node in RS to other nodes
  • Atlas backup & management software

Disk use goes toward:

  • Preallocated data & log files (per node)

Some connections and some disk use is to be expected. If you wish to have more information as to what the connections are used for and where the disk space goes, you could use the official Atlas support channels to inquire.



来源:https://stackoverflow.com/questions/62838440/mongodb-atlas-initial-high-number-of-connections-and-storage

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!