Skip to content

Commit 00d460e

Browse files
jason-price-mongodbjason-price-mongodb
andauthored
DOCSP-35004-glossary-2 (#5602) (#5627)
* 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 923c5b2 commit 00d460e

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
@@ -774,6 +774,12 @@ Glossary
774774
query language's "greater than" operator. For available operators,
775775
see :doc:`/reference/operator`.
776776

777+
operation log
778+
See :term:`oplog`.
779+
780+
operation time
781+
See :term:`optime`.
782+
777783
oplog
778784
A :term:`capped collection` that stores an ordered history of
779785
logical writes to a MongoDB database. The oplog is the
@@ -941,6 +947,11 @@ Glossary
941947
A combination of the :term:`query optimizer` and query execution engine
942948
used to process an operation.
943949

950+
query operator
951+
A keyword beginning with ``$`` in a query. For example,
952+
:query:`$gt` is the "greater than" operator. For a list of
953+
query operators, see :ref:`query operators <query-selectors>`.
954+
944955
query optimizer
945956
A process that generates query plans. For each query, the
946957
optimizer generates a plan that matches the query to the index
@@ -1053,14 +1064,16 @@ Glossary
10531064
minimizing the amount of work that the query engine must perform
10541065
to fulfill a query. See :doc:`/indexes`.
10551066

1067+
secondary member
1068+
See :term:`secondary`.
1069+
10561070
seed list
10571071
A seed list is used by drivers and clients (like
10581072
:binary:`~bin.mongosh`) for initial discovery of the replica
10591073
set configuration. Seed lists can be provided as a list of
10601074
``host:port`` pairs (see :ref:`connections-standard-connection-string-format`
10611075
or via DNS entries (see :ref:`connections-dns-seedlist`).
10621076

1063-
10641077
set name
10651078
The arbitrary name given to a replica set. All members of a
10661079
replica set must have the same name specified with the

0 commit comments

Comments
 (0)