MongoDB uses a ____________ lock that allows concurrent read access to a database but exclusive write access to a single write operation.

MongoDB uses a ____________ lock that allows concurrent read access to a database but exclusive write access to a single write operation. Correct Answer readers-writer

Before version 2.2, this lock was implemented on a per-mongod basis. Since version 2.2, the lock has been implemented at the database level.

Related Questions