File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -588,10 +588,11 @@ Glossary
588
588
nodes have :term:`eventual consistency`.
589
589
590
590
write concern
591
- A setting on writes to MongoDB that allows the user to specify,
592
- how the database will handle a write operation before
593
- returning. This often determines how many :term:`replica set`
594
- members should propagate a write before returning.
591
+ Specifies whether a write operation has succeeded. Write concern
592
+ allows your application to detect insertion errors or unavailable
593
+ :program:`mongod` instances. For :term:`replica sets <replica
594
+ set>`, you can configure write concern to confirm replication to a
595
+ specified number of members.
595
596
596
597
.. seealso:: :ref:`Write Concern for Replica Sets <replica-set-write-concern>`.
597
598
You can’t perform that action at this time.
0 commit comments