Skip to content

Commit 50e517a

Browse files
jason-price-mongodbjason-price-mongodb
andauthored
DOCSP-35003-glossary-1 BACKPORT (#5616)
* DOCSP-35003-glossary-1 (#5596) * DOCSP-35003-glossary-1 * DOCSP-35003-glossary-1 * DOCSP-35003-glossary-1 * DOCSP-35003-glossary-1 * DOCSP-35003-glossary-1 * DOCSP-35003-glossary-1 * DOCSP-35003-glossary-1 * DOCSP-35003-glossary-1 * DOCSP-35003-glossary-1 * DOCSP-35003-glossary-1 --------- Co-authored-by: jason-price-mongodb <[email protected]> * DOCSP-35003-glossary-1-v4.4 --------- Co-authored-by: jason-price-mongodb <[email protected]>
1 parent 95221c8 commit 50e517a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

source/reference/glossary.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,10 @@ Glossary
182182
cluster
183183
See :term:`sharded cluster`.
184184

185+
cluster-to-cluster sync
186+
Synchronizes data between :term:`sharded clusters <sharded
187+
cluster>`. Also known as C2C sync.
188+
185189
collection
186190
A grouping of MongoDB :term:`documents <document>`. A collection
187191
is the equivalent of an :term:`RDBMS` table. A collection exists
@@ -579,6 +583,10 @@ Glossary
579583
data. MongoDB uses md5 to identify chunks of data for
580584
:term:`GridFS`. See :doc:`/reference/command/filemd5`.
581585

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+
582590
MIB
583591
Management Information Base. MongoDB uses MIB files to define the type of
584592
data tracked by SNMP in the MongoDB Enterprise edition.
@@ -638,6 +646,10 @@ Glossary
638646
the partition can communicate to the other side only if they
639647
originate the communications channel.
640648

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+
641653
noop
642654
The No Operation (NOOP) is a I/O operation scheduler that allocates
643655
I/O bandwidth for incoming processes into a first-in-first-out
@@ -655,6 +667,9 @@ Glossary
655667

656668
See :ref:`document-bson-type-object-id` for BSON-specific information.
657669

670+
object identifier
671+
See :term:`ObjectId`.
672+
658673
operator
659674
A keyword beginning with a ``$`` used to express an update,
660675
complex query, or data transformation. For example, ``$gt`` is the

0 commit comments

Comments
 (0)