Single Choice
Easy
QWhat is the snapshot read concern introduced in MongoDB 4.0 used for?
ID: #6890
MongoDB
110 views
Question Info
#6890Q ID
EasyDifficulty
MongoDBTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
Answer: To eliminate the phenomenon of documents being missed during queries against an index
Explanation: Prior to MongoDB 4.0, queries against an index were not atomic . Documents which were being updated while the query was running could be missed . The introduction of the snapshot read concern in MongoDB 4.0 eliminated this phenomenon.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic