@@ -196,6 +196,10 @@ Glossary
196
196
:ref:`clustered index <db.createCollection.clusteredIndex>` key.
197
197
See :ref:`clustered-collections`.
198
198
199
+ cluster-to-cluster sync
200
+ Synchronizes data between :term:`sharded clusters <sharded
201
+ cluster>`. Also known as C2C sync.
202
+
199
203
CMK
200
204
Abbreviation of Customer Master Key, see
201
205
:term:`Customer Master Key`.
@@ -667,6 +671,10 @@ Glossary
667
671
In a dataset, the median is the percentile value where 50% of the
668
672
data falls at or below that value.
669
673
674
+ member
675
+ An individual :term:`mongod` process. A :term:`replica set` has
676
+ multiple members. A member is also known as a :term:`node`.
677
+
670
678
metadata collection
671
679
In :ref:`{+qe+} <qe-manual-feature-qe>`, the internal collections
672
680
MongoDB uses to enable querying on encrypted fields. See
@@ -738,6 +746,10 @@ Glossary
738
746
the partition can communicate to the other side only if they
739
747
originate the communications channel.
740
748
749
+ node
750
+ An individual :term:`mongod` process. A :term:`replica set` has
751
+ multiple nodes. A node is also known as a :term:`member`.
752
+
741
753
noop
742
754
No Operation (noop), is an I/O operation scheduler that allocates
743
755
I/O bandwidth for incoming processes based on a first in, first out
@@ -753,6 +765,9 @@ Glossary
753
765
counter. MongoDB uses ObjectId values as the default values for
754
766
:term:`_id` fields.
755
767
768
+ object identifier
769
+ See :term:`ObjectId`.
770
+
756
771
operator
757
772
A keyword beginning with a ``$`` used to express an update,
758
773
complex query, or data transformation. For example, ``$gt`` is the
@@ -1240,6 +1255,10 @@ Glossary
1240
1255
"EPSG:4326: WGS 84" specification:
1241
1256
`<http://spatialreference.org/ref/epsg/4326/>`_.
1242
1257
1258
+ window operator
1259
+ Returns values from a span of documents from a collection. See
1260
+ :ref:`window operators <setWindowFields-window-operators>`.
1261
+
1243
1262
working set
1244
1263
The data that MongoDB uses most often.
1245
1264
0 commit comments