I’ve been reading the MongoDB documentation for hours, but I couldn’t find a clear and straightforward answer. When updating a document in MongoDB, what type of lock (S, X, IS, IX) does it apply at the document-level ?
I’ve been reading the MongoDB documentation for hours, but I couldn’t find a clear and straightforward answer. When updating a document in MongoDB, what type of lock (S, X, IS, IX) does it apply at the document-level ?