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 d315441 commit ba4f487Copy full SHA for ba4f487
source/reference/glossary.txt
@@ -288,6 +288,13 @@ Glossary
288
The location of MongoDB's data file storage. See
289
:setting:`~storage.dbPath`.
290
291
+ DDL (Data Definition Language)
292
+ DDL includes commands that create and modify collections and
293
+ indexes. For the full list of commands, see
294
+ :ref:`transactions-operations-ddl-explicit`,
295
+ :ref:`transactions-operations-ddl-implicit`, and
296
+ :ref:`txn-prod-considerations-ddl`.
297
+
298
delayed member
299
A :term:`replica set` member that cannot become primary and
300
applies operations at a specified delay. The delay is useful for
0 commit comments