MongoDB MongoDB Question #6890
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

Choose the Best Option

Click any option to instantly check if you're correct.

  • A To allow anyone to have full access to the database
  • B To eliminate the phenomenon of documents being missed during queries against an index
  • C To address the issue of MongoDB returning stale reads
  • D None of the above
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.

Share This Question

Challenge a friend or share with your study group.