Explain the limitations of MongoDB Transactions
You cannot write to capped collections. Capped collections are fixed-size collections that support high-throughput operations that insert and retrieve documents based on insertion order.
You cannot use read concern "snapshot" when reading from a capp...
rajamuhammadasher.com1 min read