Skip to content

Commit 7f9f45a

Browse files
author
Bob Grabar
committed
DOCS-249-related: change to write concern glossary entry
1 parent cbab8b4 commit 7f9f45a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

source/reference/glossary.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -588,10 +588,11 @@ Glossary
588588
nodes have :term:`eventual consistency`.
589589

590590
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.
595596

596597
.. seealso:: :ref:`Write Concern for Replica Sets <replica-set-write-concern>`.
597598

0 commit comments

Comments
 (0)