Can you perform read/write operation for ever yield lock?
Answer Posted / Radhakrishna Gupta
"In MongoDB, read operations will not be blocked by write operations (unless you've explicitly used write concern). However, a write operation can block subsequent writes to the same document if the write concern is set appropriately."n
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers