We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94242a0 commit 0c68152Copy full SHA for 0c68152
source/reference/glossary.txt
@@ -279,6 +279,13 @@ Glossary
279
The location of MongoDB's data file storage. See
280
:setting:`~storage.dbPath`.
281
282
+ DDL (Data Definition Language)
283
+ DDL includes commands that create and modify collections and
284
+ indexes. For the full list of commands, see
285
+ :ref:`transactions-operations-ddl-explicit`,
286
+ :ref:`transactions-operations-ddl-implicit`, and
287
+ :ref:`txn-prod-considerations-ddl`.
288
+
289
delayed member
290
A :term:`replica set` member that cannot become primary and
291
applies operations at a specified delay. The delay is useful for
0 commit comments