Skip to content

Commit 41d11a2

Browse files
authored
add admonition about emphemeralForTest removal (#3676)
* add admonition about emphemeralForTest removal * move admonition and be more specific about version
1 parent 1e0fc42 commit 41d11a2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Beginning with MongoDB 5.0.14, the ``emphemeralForTest`` storage engine has been
2+
removed. You should instead use :ref:`WiredTiger <storage-wiredtiger>`.

source/release-notes/3.2.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1025,8 +1025,13 @@ To select this storage engine, specify
10251025
The ``inMemory`` storage engine uses document-level locking. For more details,
10261026
see :doc:`/core/inmemory`.
10271027

1028+
10281029
``ephemeralForTest`` Storage Engine
1029-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1030+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1031+
1032+
.. important:: Removed in MongoDB 5.0
1033+
1034+
.. include:: /includes/5.0-changes/fact-ephemeralForTest-removed.rst
10301035

10311036
MongoDB 3.2 provides a new for-test storage engine. Other than some metadata,
10321037
the for-test storage engine does not maintain any on-disk data, removing the

0 commit comments

Comments
 (0)