What is the role of @Transactional(readOnly = true) in Spring MongoDB
I understand that when using transactions in MongoDB with the WiredTiger storage engine, the isolation level is fixed to snapshot.
I understand that when using transactions in MongoDB with the WiredTiger storage engine, the isolation level is fixed to snapshot.