Does DDS Support Majority Read Concern?
Write concern and read concern respectively specify the write and read policies for MongoDB.
If read concern is set to majority, data read by users has been written to a majority of nodes and will not be rolled back to avoid dirty reads.
DDS does not support majority read concern.
To meet this requirement, set write concern to majority. In this way, data is written to a majority of nodes, ensuring data consistency. Then, by reading data from a single node, it can be ensured that data read by the user can be written to a majority of nodes, and such data is not rolled back to avoid dirty read.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot