Whats is the default Isolation level for MongoDB4.0 when transactions are used.
One Document say READ UNCOMMITTED is default isolation level.https://docs.mongodb.com/manual/core/read-isolation-consistency-recency/
Another document says snapshot is default isolation level when transaction are used. https://www.percona.com/blog/2018/06/25/mongodb-transactions-your-very-first-transaction-with-mongodb-4-0/
Which one is correct? Is it possible to change it ?