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 0462144 commit 06602e8Copy full SHA for 06602e8
source/reference/glossary.txt
@@ -256,6 +256,13 @@ Glossary
256
The location of MongoDB's data file storage. See
257
:setting:`~storage.dbPath`.
258
259
+ DDL (Data Definition Language)
260
+ DDL includes commands that create and modify collections and
261
+ indexes. For the full list of commands, see
262
+ :ref:`transactions-operations-ddl-explicit`,
263
+ :ref:`transactions-operations-ddl-implicit`, and
264
+ :ref:`txn-prod-considerations-ddl`.
265
+
266
delayed member
267
A :term:`replica set` member that cannot become primary and
268
applies operations at a specified delay. The delay is useful for
0 commit comments