Greetings,

I have been searching for the docs and forums for an answer with no luck; maybe I am missing something.
Does MongoDB support the serializable isolation level similar to other relational databases such as PostgreSQL?

In this isolation level, all anomalies caused by concurrent transactions are completely avoided/resolved and if detected it will force a rollback.

Regards,

Mohannad