mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
Update docs/en/sql-reference/statements/explain.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
This commit is contained in:
parent
4360daf0cb
commit
89230ea6e4
@ -136,9 +136,7 @@ Union
|
|||||||
!!! note "Note"
|
!!! note "Note"
|
||||||
Step and query cost estimation is not supported.
|
Step and query cost estimation is not supported.
|
||||||
|
|
||||||
The result JSON is a tree representing query plan. Every query plan node is a dictionary that always has the keys `Node Type` and `Plans`. `Node Type` is a string with a step name. `Plans` is an array with child step descriptions. Other optional keys may be added depending on node type and settings.
|
When `json = 1`, the query plan is represented in JSON format. Every node is a dictionary that always has the keys `Node Type` and `Plans`. `Node Type` is a string with a step name. `Plans` is an array with child step descriptions. Other optional keys may be added depending on node type and settings.
|
||||||
|
|
||||||
The following examples show the output of the query plan steps when `json` = 1 along with other settings.
|
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user