Skip to content
Open
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
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
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
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

This file was deleted.

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

Large diffs are not rendered by default.

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

This file was deleted.

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

Large diffs are not rendered by default.

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

This file was deleted.

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

Large diffs are not rendered by default.

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

This file was deleted.

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

Large diffs are not rendered by default.