@@ -196,6 +196,10 @@ Glossary
196196 :ref:`clustered index <db.createCollection.clusteredIndex>` key.
197197 See :ref:`clustered-collections`.
198198
199+ cluster-to-cluster sync
200+ Synchronizes data between :term:`sharded clusters <sharded
201+ cluster>`. Also known as C2C sync.
202+
199203 CMK
200204 Abbreviation of Customer Master Key, see
201205 :term:`Customer Master Key`.
@@ -667,6 +671,10 @@ Glossary
667671 In a dataset, the median is the percentile value where 50% of the
668672 data falls at or below that value.
669673
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+
670678 metadata collection
671679 In :ref:`{+qe+} <qe-manual-feature-qe>`, the internal collections
672680 MongoDB uses to enable querying on encrypted fields. See
@@ -738,6 +746,10 @@ Glossary
738746 the partition can communicate to the other side only if they
739747 originate the communications channel.
740748
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+
741753 noop
742754 No Operation (noop), is an I/O operation scheduler that allocates
743755 I/O bandwidth for incoming processes based on a first in, first out
@@ -753,6 +765,9 @@ Glossary
753765 counter. MongoDB uses ObjectId values as the default values for
754766 :term:`_id` fields.
755767
768+ object identifier
769+ See :term:`ObjectId`.
770+
756771 operator
757772 A keyword beginning with a ``$`` used to express an update,
758773 complex query, or data transformation. For example, ``$gt`` is the
@@ -1240,6 +1255,10 @@ Glossary
12401255 "EPSG:4326: WGS 84" specification:
12411256 `<http://spatialreference.org/ref/epsg/4326/>`_.
12421257
1258+ window operator
1259+ Returns values from a span of documents from a collection. See
1260+ :ref:`window operators <setWindowFields-window-operators>`.
1261+
12431262 working set
12441263 The data that MongoDB uses most often.
12451264
0 commit comments