ephemeralForTest storage engine?
#486
-
|
Hi! First some background: I used I noticed that |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
its true that the current documentation for mongodb doesnt list i dont know if any earlier versions of the documentation is still available, but at some point it was referenced but as you can see for those 2 options, it states for
i am not quite sure what this storage engine does differently, but i think it basically is and compared to other engines (like
|
Beta Was this translation helpful? Give feedback.
its true that the current documentation for mongodb doesnt list
ephemeralForTestanywhere anymore, and instead usesinMemory(i guess), but this does not work as an storage engine option (at least in 4.0 & 4.2)i dont know if any earlier versions of the documentation is still available, but at some point it was referenced
but as you can see for those 2 options, it states for
inMemory:i am not quite sure what this storage engine does differently, but i think it basically is
ephemeralForTestbut also stores to disk and so allows authentication to work?and
ephemeralForTestis an in-memory engine, which the name already says "for test(s)", so it is no…