@@ -182,6 +182,10 @@ Glossary
182
182
cluster
183
183
See :term:`sharded cluster`.
184
184
185
+ cluster-to-cluster sync
186
+ Synchronizes data between :term:`sharded clusters <sharded
187
+ cluster>`. Also known as C2C sync.
188
+
185
189
collection
186
190
A grouping of MongoDB :term:`documents <document>`. A collection
187
191
is the equivalent of an :term:`RDBMS` table. A collection exists
@@ -579,6 +583,10 @@ Glossary
579
583
data. MongoDB uses md5 to identify chunks of data for
580
584
:term:`GridFS`. See :doc:`/reference/command/filemd5`.
581
585
586
+ member
587
+ An individual :term:`mongod` process. A :term:`replica set` has
588
+ multiple members. A member is also known as a :term:`node`.
589
+
582
590
MIB
583
591
Management Information Base. MongoDB uses MIB files to define the type of
584
592
data tracked by SNMP in the MongoDB Enterprise edition.
@@ -638,6 +646,10 @@ Glossary
638
646
the partition can communicate to the other side only if they
639
647
originate the communications channel.
640
648
649
+ node
650
+ An individual :term:`mongod` process. A :term:`replica set` has
651
+ multiple nodes. A node is also known as a :term:`member`.
652
+
641
653
noop
642
654
The No Operation (NOOP) is a I/O operation scheduler that allocates
643
655
I/O bandwidth for incoming processes into a first-in-first-out
@@ -655,6 +667,9 @@ Glossary
655
667
656
668
See :ref:`document-bson-type-object-id` for BSON-specific information.
657
669
670
+ object identifier
671
+ See :term:`ObjectId`.
672
+
658
673
operator
659
674
A keyword beginning with a ``$`` used to express an update,
660
675
complex query, or data transformation. For example, ``$gt`` is the
0 commit comments