Skip to content

Commit

Permalink
Update explain-query.md
Browse files Browse the repository at this point in the history
  • Loading branch information
filimonov authored Apr 4, 2024
1 parent a659202 commit f1bb9bb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion content/en/altinity-kb-queries-and-syntax/explain-query.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ description: >
```sql
EXPLAIN AST
SYNTAX
PLAN header = 0,
PLAN indexes = 0,
header = 0,
description = 1,
actions = 0,
optimize = 1
json = 0
PIPELINE header = 0,
graph = 0,
compact = 1
Expand All @@ -26,6 +28,8 @@ SELECT ...
* `PLAN` - query execution plan
* `PIPELINE` - query execution pipeline
* `ESTIMATE` - https://github.com/ClickHouse/ClickHouse/pull/26131 (since 21.9)
* `indexes=1` supported starting from 21.6 (https://github.com/ClickHouse/ClickHouse/pull/22352 )
* `json=1` supported starting from 21.6 (https://github.com/ClickHouse/ClickHouse/pull/23082)


References
Expand Down

0 comments on commit f1bb9bb

Please sign in to comment.