What is the 'snapshot' isolation level provided by MongoDB transactions?
-
A
Each read within the transaction sees the most recent committed data
-
B
All reads within the transaction see a consistent snapshot of data as it existed at the transaction's start time
-
C
Reads see uncommitted data from other concurrent transactions
-
D
Reads are locked and block all writes until the transaction commits