File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,10 @@ Read and Write Settings
27
27
-----------------------
28
28
29
29
You can control how the driver routes read operations by setting a **read preference**.
30
- You can also control options for how the driver waits for acknowledgment of
31
- read and write operations on a replica set by setting a **read concern** and a
32
- **write concern**.
30
+ You can also control how the driver handles data consistency and durability by setting
31
+ a **read concern** or **write concern**. Read concerns specify the level of durability
32
+ required for the data when performing read operations, and write concerns specify
33
+ how the driver waits for acknowledgment of write operations on a replica set.
33
34
34
35
You can set write concern, read concern, and read preference options at the following
35
36
levels:
You can’t perform that action at this time.
0 commit comments