Skip to content

Commit 9d94112

Browse files
committed
docs(mongo-memory-instance): add note about "ephemeralForTest" deprecation
fixes #742
1 parent e257bcd commit 9d94112

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/api/interfaces/mongo-memory-instance-opts.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,9 @@ Custom Explanation:
9393

9494
- `ephemeralForTest` is a in-memory storage engine, which stores everything in RAM, which is great to use when wanting a simple database testing backend, is not the same as the Enterprise In-Memory Engine
9595
- `wiredTiger` is a storage engine which stores data on disk.
96+
97+
:::warning
98+
MongoDB has stated that storage-engine `ephemeralForTest` is unstable and has been deprecated, it will be removed with mongodb 7.
99+
100+
In MMS there has been no observation of `ephemeralForTest` being unstable (aside from some missing features) and will continue to be the default until mongodb-memory-server changes to a version where `ephemeralForTest` is not present anymore.
101+
:::

0 commit comments

Comments
 (0)