When we deploy a Sharded Cluster, without having a sharded collection in our database, what is the default behaviour of MongoDB? How does MongoDB, distributes the data across the shards?

有帮助吗?

解决方案

The answer is for existing data NO. But when you create new DB, different databases have different primary shard (system use round robin selection criteria), but as long as the collection (at that DB) is not sharded, all data stays at that primary shard.

许可以下: CC-BY-SA归因
不隶属于 dba.stackexchange
scroll top