|< < 51 > >|

MongoDB Transactions

Durability

MongoDB does not guarantee durability!

From the MongoDB FAQ:

Are writes written to disk immediately or lazily?

MMAPv1

In the default configuration for the MMAPv1 storage engine, MongoDB writes to the data files on disk every 60 seconds and writes to the journal files roughly every 100 milliseconds.

|< < 51 > >|