Skip to content

Commit ac04d7e

Browse files
DOCSP-10044 doc updates for new verbosity mode (#20)
* DOCSP-10044 doc updates for new verbosity mode
1 parent c8341df commit ac04d7e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

source/supported-unsupported/mql-support.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,15 @@ Diagnostic Commands
191191
* ``count()``
192192
* ``find()``
193193

194-
The ``verbosity`` option is not supported.
194+
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.
195203

196204
* - :manual:`getLog </reference/command/getlog>`
197205

0 commit comments

Comments
 (0)