|
|
|
|
|
by ukd1
4886 days ago
|
|
MongoDB has been durable for a while with journalling. They're only just enabled safe mode (i.e. synchronous) for the clients by default, but this is something different to being durable. If you want a durable write; you should not disable journalling and use safe mode / getlasterror with the desired writeconcern setting - http://docs.mongodb.org/manual/reference/command/getLastErro... |
|
Sure. Which is the default approach of almost all of the drivers.