Skip to content

Commit

Permalink
Fixes #9582.
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjevans committed Apr 5, 2021
1 parent dab8924 commit efb2d94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion v21.1/explain-analyze.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ spans | The table span used in a scan operation in a query. If `spans` is `FULL

## `DISTSQL` option

`EXPLAIN ANALYZE (DISTSQL)` generates a physical query plan diagram in the [DistSQL Plan Viewer](#distsql-plan-viewer). The DistSQL Plan Viewer displays the physical query plan, as well as execution statistics. The statistics listed depend on the query type and the [execution engine used](vectorized-execution.html).
`EXPLAIN ANALYZE (DISTSQL)` generates a physical query plan diagram in the [DistSQL Plan Viewer](#distsql-plan-viewer). The DistSQL Plan Viewer displays the physical query plan, as well as execution statistics. The statistics listed depend on the query type and the [execution engine used](vectorized-execution.html). There will be multiple diagrams if the query contains subqueries or post-queries.

<span class="version-tag">New in v21.1:</span> `EXPLAIN ANALYZE (DISTSQL)` can only be used as the top-level statement in a query.

## `DEBUG` option

Expand Down

0 comments on commit efb2d94

Please sign in to comment.