We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 795720e commit 1983a51Copy full SHA for 1983a51
source/core/data-model-operations.txt
@@ -35,7 +35,7 @@ models should avoid document growth when possible.
35
For instance, if your applications require updates that will cause
36
document growth, you may want to refactor your data model to use
37
references between data in distinct documents rather than a
38
-demoralized data model.
+denormalized data model.
39
40
MongoDB adaptively adjusts the amount of automatic padding to reduce
41
occurrences of relocation. You may also use a *pre-allocation*
0 commit comments