Skip to content

Commit

Permalink
docs(mongo-memory-instance): add note about "ephemeralForTest" deprec…
Browse files Browse the repository at this point in the history
…ation

fixes #742
  • Loading branch information
hasezoey committed Aug 15, 2023
1 parent e257bcd commit 9d94112
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/api/interfaces/mongo-memory-instance-opts.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,9 @@ Custom Explanation:

- `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
- `wiredTiger` is a storage engine which stores data on disk.

:::warning
MongoDB has stated that storage-engine `ephemeralForTest` is unstable and has been deprecated, it will be removed with mongodb 7.

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.
:::

0 comments on commit 9d94112

Please sign in to comment.