Skip to content

Commit 1717029

Browse files
jason-price-mongodbjason-price-mongodb
andauthored
DOCSP-35003-glossary-1 (#5596) (#5614)
* 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]>
1 parent 26f066d commit 1717029

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

source/reference/glossary.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,10 @@ Glossary
189189
:ref:`clustered index <db.createCollection.clusteredIndex>` key.
190190
See :ref:`clustered-collections`.
191191

192+
cluster-to-cluster sync
193+
Synchronizes data between :term:`sharded clusters <sharded
194+
cluster>`. Also known as C2C sync.
195+
192196
CMK
193197
Abbreviation of Customer Master Key, see
194198
:term:`Customer Master Key`.
@@ -637,6 +641,10 @@ Glossary
637641
Management Information Base. MongoDB uses MIB files to define the type of
638642
data tracked by SNMP in the MongoDB Enterprise edition.
639643

644+
member
645+
An individual :term:`mongod` process. A :term:`replica set` has
646+
multiple members. A member is also known as a :term:`node`.
647+
640648
MIME
641649
Multipurpose Internet Mail Extensions. A standard set of type and
642650
encoding definitions used to declare the encoding and type of data
@@ -703,6 +711,10 @@ Glossary
703711
the partition can communicate to the other side only if they
704712
originate the communications channel.
705713

714+
node
715+
An individual :term:`mongod` process. A :term:`replica set` has
716+
multiple nodes. A node is also known as a :term:`member`.
717+
706718
noop
707719
No Operation (noop), is an I/O operation scheduler that allocates
708720
I/O bandwidth for incoming processes based on a first in, first out
@@ -718,6 +730,9 @@ Glossary
718730
counter. MongoDB uses ObjectId values as the default values for
719731
:term:`_id` fields.
720732

733+
object identifier
734+
See :term:`ObjectId`.
735+
721736
operator
722737
A keyword beginning with a ``$`` used to express an update,
723738
complex query, or data transformation. For example, ``$gt`` is the
@@ -1190,6 +1205,10 @@ Glossary
11901205
"EPSG:4326: WGS 84" specification:
11911206
`<http://spatialreference.org/ref/epsg/4326/>`_.
11921207

1208+
window operator
1209+
Returns values from a span of documents from a collection. See
1210+
:ref:`window operators <setWindowFields-window-operators>`.
1211+
11931212
working set
11941213
The data that MongoDB uses most often.
11951214

0 commit comments

Comments
 (0)