@@ -676,6 +676,12 @@ Glossary
676
676
query language's "greater than" operator. For available operators,
677
677
see :doc:`/reference/operator`.
678
678
679
+ operation log
680
+ See :term:`oplog`.
681
+
682
+ operation time
683
+ See :term:`optime`.
684
+
679
685
oplog
680
686
A :term:`capped collection` that stores an ordered history of
681
687
logical writes to a MongoDB database. The oplog is the
@@ -826,6 +832,11 @@ Glossary
826
832
:method:`db.collection.findOne()` methods. See
827
833
:ref:`read-operations-queries`.
828
834
835
+ query operator
836
+ A keyword beginning with ``$`` in a query. For example,
837
+ :query:`$gt` is the "greater than" operator. For a list of
838
+ query operators, see :ref:`query operators <query-selectors>`.
839
+
829
840
query optimizer
830
841
A process that generates query plans. For each query, the
831
842
optimizer generates a plan that matches the query to the index
@@ -929,14 +940,16 @@ Glossary
929
940
minimizing the amount of work that the query engine must perform
930
941
to fulfill a query. See :doc:`/indexes`.
931
942
943
+ secondary member
944
+ See :term:`secondary`.
945
+
932
946
seed list
933
947
A seed list is used by drivers and clients (like the
934
948
:binary:`~bin.mongo` shell) for initial discovery of the replica
935
949
set configuration. Seed lists can be provided as a list of
936
950
``host:port`` pairs (see :ref:`connections-standard-connection-string-format`
937
951
or via DNS entries (see :ref:`connections-dns-seedlist`).
938
952
939
-
940
953
set name
941
954
The arbitrary name given to a replica set. All members of a
942
955
replica set must have the same name specified with the
0 commit comments