Skip to content

Commit 519432a

Browse files
author
Andrew Leung
committed
fixing typo s/uti/until
1 parent b5942b7 commit 519432a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/administration/sharding.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ In such cases, data import to an empty MongoDB shard cluster can
490490
become slower than to a replica set. The reason for this is how
491491
MongoDB writes data and manage chunks in a shard cluster.
492492

493-
MongoDB inserts data into a chunk unti it becomes large and splits on
493+
MongoDB inserts data into a chunk until it becomes large and splits on
494494
the same shard. If the balancer notices a chunk imbalance between
495495
shards, a migration process will begin to evenly distribute chunks.
496496

0 commit comments

Comments
 (0)