From a6785cacf2a3470dd292e6529fa26ecf0df0447f Mon Sep 17 00:00:00 2001 From: Daniel Williams Date: Sat, 30 Nov 2013 09:39:03 -0700 Subject: [PATCH] Denormalized, not demoralized data model! --- source/core/data-model-operations.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/core/data-model-operations.txt b/source/core/data-model-operations.txt index 38b7a39b088..74812143ae5 100644 --- a/source/core/data-model-operations.txt +++ b/source/core/data-model-operations.txt @@ -34,8 +34,7 @@ models should avoid document growth when possible. For instance, if your applications require updates that will cause document growth, you may want to refactor your data model to use -references between data in distinct documents rather than a -demoralized data model. +references between data in distinct documents rather than a denormalized data model. MongoDB adaptively adjusts the amount of automatic padding to reduce occurrences of relocation. You may also use a *pre-allocation*