From 83d74c6b3bd649b312a8f47c351573cdd628e283 Mon Sep 17 00:00:00 2001 From: wangmm0220 Date: Thu, 20 Feb 2025 11:19:57 +0800 Subject: [PATCH] docs:add taos_slow_sql_detail & log principle --- docs/en/14-reference/01-components/01-taosd.md | 6 +++--- docs/zh/14-reference/01-components/01-taosd.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/14-reference/01-components/01-taosd.md b/docs/en/14-reference/01-components/01-taosd.md index 246469f6e9..c7519a955d 100644 --- a/docs/en/14-reference/01-components/01-taosd.md +++ b/docs/en/14-reference/01-components/01-taosd.md @@ -548,7 +548,7 @@ The `taosd_vnodes_role` table records virtual node role information. | sql | VARCHAR | | sql sting | | process\_name | VARCHAR | | process name | | process\_id | VARCHAR | | process id | -| db | VARCHAR | TAG | sql db | -| user | VARCHAR | TAG | sql user | -| ip | VARCHAR | TAG | sql ip | +| db | VARCHAR | TAG | which db the sql belong to | +| user | VARCHAR | TAG | the user that exec this sql | +| ip | VARCHAR | TAG | the client ip that exec this sql | | cluster\_id | VARCHAR | TAG | cluster id | \ No newline at end of file diff --git a/docs/zh/14-reference/01-components/01-taosd.md b/docs/zh/14-reference/01-components/01-taosd.md index d58e0570e5..7377833e10 100644 --- a/docs/zh/14-reference/01-components/01-taosd.md +++ b/docs/zh/14-reference/01-components/01-taosd.md @@ -1702,6 +1702,6 @@ taosd 会将监控指标上报给 taosKeeper,这些监控指标会被 taosKeep | process\_id | VARCHAR | | 进程 id | | db | VARCHAR | TAG | 执行 sql 所属数据库 | | user | VARCHAR | TAG | 执行 sql 语句的用户 | -| ip | VARCHAR | TAG | 记录执行 sql 语句的 ip 地址 | +| ip | VARCHAR | TAG | 记录执行 sql 语句的 client 的 ip 地址 | | cluster\_id | VARCHAR | TAG | cluster id |