Google News
logo
MongoDB - Quiz(MCQ)
All collections have a unique ________ lock that allows multiple clients to modify documents in different collections at the same time.
A)
writer
B)
readers
C)
readers-writer
D)
All of the above

Correct Answer :   readers-writer


Explanation : Each database has a readers-writer lock that allows concurrent read access to a database, but gives exclusive access to a single write operation per database.

Advertisement