@@ -774,6 +774,12 @@ Glossary
774
774
query language's "greater than" operator. For available operators,
775
775
see :doc:`/reference/operator`.
776
776
777
+ operation log
778
+ See :term:`oplog`.
779
+
780
+ operation time
781
+ See :term:`optime`.
782
+
777
783
oplog
778
784
A :term:`capped collection` that stores an ordered history of
779
785
logical writes to a MongoDB database. The oplog is the
@@ -941,6 +947,11 @@ Glossary
941
947
A combination of the :term:`query optimizer` and query execution engine
942
948
used to process an operation.
943
949
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
+
944
955
query optimizer
945
956
A process that generates query plans. For each query, the
946
957
optimizer generates a plan that matches the query to the index
@@ -1053,14 +1064,16 @@ Glossary
1053
1064
minimizing the amount of work that the query engine must perform
1054
1065
to fulfill a query. See :doc:`/indexes`.
1055
1066
1067
+ secondary member
1068
+ See :term:`secondary`.
1069
+
1056
1070
seed list
1057
1071
A seed list is used by drivers and clients (like
1058
1072
:binary:`~bin.mongosh`) for initial discovery of the replica
1059
1073
set configuration. Seed lists can be provided as a list of
1060
1074
``host:port`` pairs (see :ref:`connections-standard-connection-string-format`
1061
1075
or via DNS entries (see :ref:`connections-dns-seedlist`).
1062
1076
1063
-
1064
1077
set name
1065
1078
The arbitrary name given to a replica set. All members of a
1066
1079
replica set must have the same name specified with the
0 commit comments