Skip to content

Navigation Menu

Sign in
Sign up

Update V2.0.11 EXPLAIN JSON documentation #1208

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
HTHou merged 1 commit into apache:main from leto-bbq:codex/v2.0.11-explain-json-output
Sep 11, 2026
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/.vuepress/sidebar/V2.0.x/en-Table.ts
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export const enSidebar = {
text: 'System Maintenance',
collapsible: true,
children: [
{ text: 'Query Performance Analysis', link: 'Query-Performance-Analysis' },
{ text: 'Query Performance Analysis', link: 'Query-Performance-Analysis_apache' },
{ text: 'Cluster Maintenance', link: 'Load-Balance_apache' },
{ text: 'Maintenance statement', link: 'Maintenance-commands_apache' },
{ text: 'Auto-start On Boot', link: 'Auto-Start-On-Boot_apache' },
Expand Down
2 changes: 1 addition & 1 deletion src/.vuepress/sidebar/V2.0.x/zh-Table.ts
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export const zhSidebar = {
text: '系统运维',
collapsible: true,
children: [
{ text: '查询性能分析', link: 'Query-Performance-Analysis' },
{ text: '查询性能分析', link: 'Query-Performance-Analysis_apache' },
{ text: '集群维护', link: 'Load-Balance_apache' },
{ text: '运维语句', link: 'Maintenance-statement_apache' },
{ text: '开机自启', link: 'Auto-Start-On-Boot_apache' },
Expand Down
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ IoTDB> KILL ALL QUERIES; -- teminate all query
EXPLAIN <SELECT_STATEMENT>
```

Detailed syntax reference: [EXPLAIN STATEMENT](../User-Manual/Query-Performance-Analysis.md#_1-explain-statement)
Detailed syntax reference: [EXPLAIN STATEMENT](../User-Manual/Query-Performance-Analysis_apache.md#_2-explain)

**Example:**

Expand Down Expand Up @@ -543,7 +543,7 @@ IoTDB> explain select * from t1
EXPLAIN ANALYZE [VERBOSE] <SELECT_STATEMENT>
```

Detailed syntax reference: [EXPLAIN ANALYZE STATEMENT](../User-Manual/Query-Performance-Analysis.md#_2-explain-analyze-statement)
Detailed syntax reference: [EXPLAIN ANALYZE STATEMENT](../User-Manual/Query-Performance-Analysis_apache.md#_3-explain-analyze)

**Example:**

Expand Down
392 changes: 0 additions & 392 deletions src/UserGuide/Master/Table/User-Manual/Query-Performance-Analysis.md
View file Open in desktop

This file was deleted.

1,829 changes: 1,829 additions & 0 deletions src/UserGuide/Master/Table/User-Manual/Query-Performance-Analysis_apache.md
View file Open in desktop

Large diffs are not rendered by default.

View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ IoTDB> KILL ALL QUERIES; -- teminate all query
EXPLAIN <SELECT_STATEMENT>
```

Detailed syntax reference: [EXPLAIN STATEMENT](../User-Manual/Query-Performance-Analysis.md#_1-explain-statement)
Detailed syntax reference: [EXPLAIN STATEMENT](../User-Manual/Query-Performance-Analysis_apache.md#_2-explain)

**Example:**

Expand Down Expand Up @@ -543,7 +543,7 @@ IoTDB> explain select * from t1
EXPLAIN ANALYZE [VERBOSE] <SELECT_STATEMENT>
```

Detailed syntax reference: [EXPLAIN ANALYZE STATEMENT](../User-Manual/Query-Performance-Analysis.md#_2-explain-analyze-statement)
Detailed syntax reference: [EXPLAIN ANALYZE STATEMENT](../User-Manual/Query-Performance-Analysis_apache.md#_3-explain-analyze)

**Example:**

Expand Down
392 changes: 0 additions & 392 deletions src/UserGuide/latest-Table/User-Manual/Query-Performance-Analysis.md
View file Open in desktop

This file was deleted.

1,829 changes: 1,829 additions & 0 deletions src/UserGuide/latest-Table/User-Manual/Query-Performance-Analysis_apache.md
View file Open in desktop

Large diffs are not rendered by default.

View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ IoTDB> KILL ALL QUERIES; -- 终止所有query
EXPLAIN <SELECT_STATEMENT>
```

更多详细语法说明请参考:[EXPLAIN 语句](../User-Manual/Query-Performance-Analysis.md#_1-explain-语句)
更多详细语法说明请参考:[EXPLAIN 语句](../User-Manual/Query-Performance-Analysis_apache.md#_2-explain)

**示例:**

Expand Down Expand Up @@ -542,7 +542,7 @@ IoTDB> explain select * from t1
EXPLAIN ANALYZE [VERBOSE] <SELECT_STATEMENT>
```

更多详细语法说明请参考:[EXPLAIN ANALYZE 语句](../User-Manual/Query-Performance-Analysis.md#_2-explain-analyze-语句)
更多详细语法说明请参考:[EXPLAIN ANALYZE 语句](../User-Manual/Query-Performance-Analysis_apache.md#_3-explain-analyze)

**示例:**

Expand Down
View file Open in desktop

This file was deleted.

1,829 changes: 1,829 additions & 0 deletions src/zh/UserGuide/Master/Table/User-Manual/Query-Performance-Analysis_apache.md
View file Open in desktop

Large diffs are not rendered by default.

View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ IoTDB> KILL ALL QUERIES; -- 终止所有query
EXPLAIN <SELECT_STATEMENT>
```

更多详细语法说明请参考:[EXPLAIN 语句](../User-Manual/Query-Performance-Analysis.md#_1-explain-语句)
更多详细语法说明请参考:[EXPLAIN 语句](../User-Manual/Query-Performance-Analysis_apache.md#_2-explain)

**示例:**

Expand Down Expand Up @@ -542,7 +542,7 @@ IoTDB> explain select * from t1
EXPLAIN ANALYZE [VERBOSE] <SELECT_STATEMENT>
```

更多详细语法说明请参考:[EXPLAIN ANALYZE 语句](../User-Manual/Query-Performance-Analysis.md#_2-explain-analyze-语句)
更多详细语法说明请参考:[EXPLAIN ANALYZE 语句](../User-Manual/Query-Performance-Analysis_apache.md#_3-explain-analyze)

**示例:**

Expand Down
View file Open in desktop

This file was deleted.

1,829 changes: 1,829 additions & 0 deletions src/zh/UserGuide/latest-Table/User-Manual/Query-Performance-Analysis_apache.md
View file Open in desktop

Large diffs are not rendered by default.

Loading

AltStyle によって変換されたページ (->オリジナル) /