Hello my question is: At what point is it advisable to use a shared cluster instead of a single mongodb server.
Are there any recommendations for that?
Thanks in advance.
Hello my question is: At what point is it advisable to use a shared cluster instead of a single mongodb server.
Are there any recommendations for that?
Thanks in advance.
Hello @Roland_Bole1 ,
Welcome to The MongoDB Community Forums!
It is advisable to use a sharded cluster instead of a single MongoDB server when your application requires high availability, scalability, and fault tolerance. Sharded clusters can provide you with the ability to distribute your data across multiple nodes, enabling you to handle larger volumes of data and higher numbers of concurrency.
Some specific situations where a sharded cluster may be beneficial include:
When considering a sharded cluster, it is important to consider your application’s specific needs and requirements. MongoDB provides guidance and best practices for designing, deploying, and operating sharded clusters, including recommendations for hardware configurations, network settings, and security settings. It is recommended to consult the official MongoDB documentation and seek advice from experienced MongoDB developers before setting up a sharded cluster. You can contact us at MongoDB Get-in-touch.
For more details regarding Sharding, I would recommend you to visit below link
Regards,
Tarun
Thank you very much for you explaining.
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.