Can you perform read/write operation for ever yield lock?



Can you perform read/write operation for ever yield lock?..

Answer / 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

More MongoDB Interview Questions

What is a master or primary?

1 Answers  


How do you know the all indexes available for a collection?

1 Answers  


Is mongodb faster than sql?

1 Answers  


What is sharding in mongodb? Explain

1 Answers  


Is mongodb compass free?

1 Answers  


How does mongodb replication work?

1 Answers  


What is dynamic schema in mongodb?

1 Answers  


Does mongodb cost money?

1 Answers  


Is mongodb relational database?

1 Answers  


what is the command syntax for inserting a document?

0 Answers  


What is the difference between mongodb and mongoose?

1 Answers  


What is schema in mongodb?

1 Answers  


Categories