You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Storage Engines supported by mongodb, see [MongoDB Storage Engines](https://www.mongodb.com/docs/manual/core/storage-engines/).
91
91
92
92
Custom Explanation:
93
93
94
-
-`devnull` is a storage engine which discards everything and cannot be read from.
95
94
-`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
96
-
-`mmapv1` is storage engine which stores data on disk, was removed in mongodb 4.2
97
95
-`wiredTiger` is a storage engine which stores data on disk.
0 commit comments