From cd2f31b19b0f1cf5bba2c08622f149b5fdb9d51b Mon Sep 17 00:00:00 2001 From: Allison Moore Date: Fri, 18 Dec 2015 07:29:40 -0500 Subject: [PATCH] DOCS-6850: update prod notes to mention WT is default --- source/administration/production-notes.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/source/administration/production-notes.txt b/source/administration/production-notes.txt index 5faacc5054b..60fec8a4479 100644 --- a/source/administration/production-notes.txt +++ b/source/administration/production-notes.txt @@ -67,12 +67,16 @@ limitations page ` MongoDB ``dbPath`` ------------------ +.. versionchanged:: 3.2 + + As of MongoDB 3.2, MongoDB uses the :ref:`WiredTiger + ` storage engine by default. + .. versionchanged:: 3.0 MongoDB includes support for two storage engines: :ref:`MMAPv1 `, the storage engine available in previous versions - of MongoDB, and :ref:`WiredTiger `. MongoDB uses - the MMAPv1 engine by default. + of MongoDB, and :ref:`WiredTiger `. The files in the :setting:`~storage.dbPath` directory must correspond to the configured storage engine. :program:`mongod` will not start if