0 votes
in MongoDB by

When will data be on more than one Shard?

1 Answer

0 votes
by

When will data be on more than one Shard?

MongoDB Sharding is range-based. So all the objects in a collection lie into a chunk. Only when there is more than 1 chunk there is an option for multiple Shards to get data. Right now, the default chunk size is 64mb, so you need at least 64mb for migration.

Related questions

0 votes
asked Nov 1, 2020 in MongoDB by SakshiSharma
+1 vote
asked Dec 31, 2021 in Unstructured Data Classification by rajeshsharma
...