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 c8341df commit ac04d7eCopy full SHA for ac04d7e
source/supported-unsupported/mql-support.txt
@@ -191,7 +191,15 @@ Diagnostic Commands
191
* ``count()``
192
* ``find()``
193
194
- The ``verbosity`` option is not supported.
+ The following ``verbosity`` modes are supported:
195
+
196
+ - ``queryPlanner`` - provides information on the query plan.
197
+ - ``queryPlannerExtended`` - provides detailed information on the
198
+ query plan including information about the |s3| objects, such as
199
+ the |s3| object names and sizes, that will be queried.
200
201
+ The ``executionStats`` and ``allPlansExecution`` modes are not
202
+ supported.
203
204
* - :manual:`getLog </reference/command/getlog>`
205
0 commit comments