Hello,
Other member in this community created question:
I see that Atlas isn’t allowing me to select data size of more than 4TB per shard in MongoDB Atlas.
Is that a hard limit?
MongoDB team reply:
MongoDB offers horizontal scale-out using sharding: While a single ‘Replica Set’ (aka a shard in a sharded cluster) cannot exceed 4TB of physical storage, you can use as many shards as you want in your MongoDB Atlas sharded cluster.
For example, if you allocated 2TB per shard, a twenty shard cluster would have a total of 40TB of physical space (all would be redundant for high availability).
My Question is:
Is possible to have different data in this storage of 40TB or only 2TB (redundant in all twenty nodes)?