Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/core/write-performance.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ information on indexes, see :doc:`/indexes` and
Document Growth
---------------

If an update operation causes a document to exceeds the currently
If an update operation causes a document to exceed the currently
allocated :term:`record size`, MongoDB relocates the document on disk
with enough contiguous space to hold the document. These relocations
take longer than in-place updates, particularly if the collection has
Expand Down