Skip to content

Commit 76e302d

Browse files
jason-price-mongodbjason-price-mongodb
andauthored
DOCSP-35004-glossary-2 (#5602) (#5631)
* DOCSP-35004-glossary-2 * DOCSP-35004-glossary-2 * DOCSP-35004-glossary-2 * DOCSP-35004-glossary-2 * DOCSP-35004-glossary-2 * DOCSP-35004-glossary-2 * DOCSP-35004-glossary-2 * DOCSP-35004-glossary-2 --------- Co-authored-by: jason-price-mongodb <[email protected]>
1 parent 0cab19e commit 76e302d

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

source/reference/glossary.txt

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,12 @@ Glossary
702702
query language's "greater than" operator. For available operators,
703703
see :doc:`/reference/operator`.
704704

705+
operation log
706+
See :term:`oplog`.
707+
708+
operation time
709+
See :term:`optime`.
710+
705711
oplog
706712
A :term:`capped collection` that stores an ordered history of
707713
logical writes to a MongoDB database. The oplog is the
@@ -852,6 +858,11 @@ Glossary
852858
:method:`db.collection.findOne()` methods. See
853859
:ref:`read-operations-queries`.
854860

861+
query operator
862+
A keyword beginning with ``$`` in a query. For example,
863+
:query:`$gt` is the "greater than" operator. For a list of
864+
query operators, see :ref:`query operators <query-selectors>`.
865+
855866
query optimizer
856867
A process that generates query plans. For each query, the
857868
optimizer generates a plan that matches the query to the index
@@ -955,14 +966,16 @@ Glossary
955966
minimizing the amount of work that the query engine must perform
956967
to fulfill a query. See :doc:`/indexes`.
957968

969+
secondary member
970+
See :term:`secondary`.
971+
958972
seed list
959973
A seed list is used by drivers and clients (like
960974
:binary:`~bin.mongosh`) for initial discovery of the replica
961975
set configuration. Seed lists can be provided as a list of
962976
``host:port`` pairs (see :ref:`connections-standard-connection-string-format`
963977
or via DNS entries (see :ref:`connections-dns-seedlist`).
964978

965-
966979
set name
967980
The arbitrary name given to a replica set. All members of a
968981
replica set must have the same name specified with the

0 commit comments

Comments
 (0)