Comments on How to Install a MongoDB Sharded Cluster on CentOS 7
This tutorial will show you how to install a sharded MongoDB cluster on CentOS 7. Sharding is a MongoDB process to store data-set across different machines. It allows you to do a horizontal scale of data, partition data across independent instances, and it can be 'Replica Sets'.
1 Comment(s)
Add comment
Comments
By: iDIN
Very, very, very good article. Thank you very much.