Skip to content

DOCS-6850: update prod notes to mention WT is default for 3.2 #2485

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
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
8 changes: 6 additions & 2 deletions source/administration/production-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,16 @@ limitations page <faq-32-bit-limitations>`
MongoDB ``dbPath``
------------------

.. versionchanged:: 3.2

As of MongoDB 3.2, MongoDB uses the :ref:`WiredTiger
<storage-wiredtiger>` storage engine by default.

.. versionchanged:: 3.0

MongoDB includes support for two storage engines: :ref:`MMAPv1
<storage-mmapv1>`, the storage engine available in previous versions
of MongoDB, and :ref:`WiredTiger <storage-wiredtiger>`. MongoDB uses
the MMAPv1 engine by default.
of MongoDB, and :ref:`WiredTiger <storage-wiredtiger>`.

The files in the :setting:`~storage.dbPath` directory must correspond
to the configured storage engine. :program:`mongod` will not start if
Expand Down