0 votes
in MongoDB by

If a ‘moveChunk’ fails, is it necessary to cleanup the partially moved docs?

1 Answer

0 votes
by

No, chunk moves are consistent and deterministic. The move will retry and when completed, the data will be only on the new Shard.

🔗Reference : stackoverflow.com

🔗Source: Azure Interview Questions and Answers

...