File tree Expand file tree Collapse file tree 1 file changed +41
-3
lines changed
docs/cn/sql-reference/10-sql-commands/50-administration-cmds Expand file tree Collapse file tree 1 file changed +41
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : 管理命令
3
3
---
4
- import IndexOverviewList from '@site/src /components/IndexOverviewList';
5
4
6
- 本页提供 Databend 中系统管理命令的参考信息。
5
+ 本页面提供 Databend 中系统管理命令的参考信息。
7
6
8
- <IndexOverviewList />
7
+ ## 系统监控
8
+
9
+ | 命令 | 说明 |
10
+ | ---------| -------------|
11
+ | ** [ SHOW PROCESSLIST] ( 07-show-processlist.md ) ** | 显示活动查询和连接 |
12
+ | ** [ SHOW METRICS] ( 08-show-metrics.md ) ** | 查看系统性能指标 |
13
+ | ** [ KILL] ( 01-kill.md ) ** | 终止正在运行的查询或连接 |
14
+ | ** [ RUST BACKTRACE] ( rust-backtrace.md ) ** | 调试 Rust 堆栈跟踪 |
15
+
16
+ ## 配置管理
17
+
18
+ | 命令 | 说明 |
19
+ | ---------| -------------|
20
+ | ** [ SET] ( 02-set-global.md ) ** | 设置全局配置参数 |
21
+ | ** [ UNSET] ( 02-unset.md ) ** | 移除配置设置 |
22
+ | ** [ SET VARIABLE] ( 03-set-var.md ) ** | 管理用户定义变量 |
23
+ | ** [ SHOW SETTINGS] ( 03-show-settings.md ) ** | 显示当前系统设置 |
24
+
25
+ ## 函数管理
26
+
27
+ | 命令 | 说明 |
28
+ | ---------| -------------|
29
+ | ** [ SHOW FUNCTIONS] ( 04-show-functions.md ) ** | 列出内置函数 |
30
+ | ** [ SHOW USER FUNCTIONS] ( 05-show-user-functions.md ) ** | 列出用户定义函数 |
31
+ | ** [ SHOW TABLE FUNCTIONS] ( 06-show-table-functions.md ) ** | 列出表值函数(Table-Valued Function) |
32
+
33
+ ## 存储维护
34
+
35
+ | 命令 | 说明 |
36
+ | ---------| -------------|
37
+ | ** [ VACUUM TABLE] ( 09-vacuum-table.md ) ** | 回收表的存储空间 |
38
+ | ** [ VACUUM DROP TABLE] ( 09-vacuum-drop-table.md ) ** | 清理已删除表的数据 |
39
+ | ** [ VACUUM TEMP FILES] ( 09-vacuum-temp-files.md ) ** | 移除临时文件 |
40
+ | ** [ SHOW INDEXES] ( show-indexes.md ) ** | 显示表索引(Index) |
41
+
42
+ ## 动态执行
43
+
44
+ | 命令 | 说明 |
45
+ | ---------| -------------|
46
+ | ** [ EXECUTE IMMEDIATE] ( execute-immediate.md ) ** | 执行动态构造的 SQL 语句 |
You can’t perform that action at this time.
0 commit comments