This is an automated email from the ASF dual-hosted git repository.

HTHou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new 9970df82 Remove slow query management pages (#1195)
9970df82 is described below

commit 9970df82ceb4839527a27ce212a7088a0931cc86
Author: leto-bbq <[email protected]>
AuthorDate: Wed Aug 12 12:01:03 2026 +0800

    Remove slow query management pages (#1195)
---
 .../Slow-Query-Management.md                       | 35 ----------------------
 .../Slow-Query-Management.md                       | 35 ----------------------
 .../Slow-Query-Management.md                       | 35 ----------------------
 .../Slow-Query-Management.md                       | 35 ----------------------
 4 files changed, 140 deletions(-)

diff --git 
a/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Slow-Query-Management.md
 
b/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Slow-Query-Management.md
deleted file mode 100644
index 7b8cf604..00000000
--- 
a/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Slow-Query-Management.md
+++ /dev/null
@@ -1,35 +0,0 @@
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-        http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-
-# 慢查询管理
-
-IoTDB 会将慢查询输出到单独的日志文件 log_datanode_slow_sql.log 中,并记录其执行耗时。
-
-## 配置慢查询的阈值
-
-IoTDB 在 `iotdb-system.properties` 提供了 `slow_query_threshold` 
配置项,单位是毫秒,默认是30秒,超过此参数指定的阈值,便会被判断为慢查询,待其查询执行结束后,将其记录在 log_datanode_slow_sql.log 
中。
-
-## 慢查询日志示例
-
-```
-2023-07-31 20:15:00,533 
[pool-27-IoTDB-ClientRPC-Processor-1$20230731_121500_00003_1] INFO  
o.a.i.d.q.p.Coordinator:225 - Cost: 42593 ms, sql is select * from root.db.** 
-```
-
diff --git 
a/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/Slow-Query-Management.md 
b/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/Slow-Query-Management.md
deleted file mode 100644
index 7b8cf604..00000000
--- 
a/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/Slow-Query-Management.md
+++ /dev/null
@@ -1,35 +0,0 @@
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-        http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-
-# 慢查询管理
-
-IoTDB 会将慢查询输出到单独的日志文件 log_datanode_slow_sql.log 中,并记录其执行耗时。
-
-## 配置慢查询的阈值
-
-IoTDB 在 `iotdb-system.properties` 提供了 `slow_query_threshold` 
配置项,单位是毫秒,默认是30秒,超过此参数指定的阈值,便会被判断为慢查询,待其查询执行结束后,将其记录在 log_datanode_slow_sql.log 
中。
-
-## 慢查询日志示例
-
-```
-2023-07-31 20:15:00,533 
[pool-27-IoTDB-ClientRPC-Processor-1$20230731_121500_00003_1] INFO  
o.a.i.d.q.p.Coordinator:225 - Cost: 42593 ms, sql is select * from root.db.** 
-```
-
diff --git 
a/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/Slow-Query-Management.md 
b/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/Slow-Query-Management.md
deleted file mode 100644
index 7b8cf604..00000000
--- 
a/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/Slow-Query-Management.md
+++ /dev/null
@@ -1,35 +0,0 @@
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-        http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-
-# 慢查询管理
-
-IoTDB 会将慢查询输出到单独的日志文件 log_datanode_slow_sql.log 中,并记录其执行耗时。
-
-## 配置慢查询的阈值
-
-IoTDB 在 `iotdb-system.properties` 提供了 `slow_query_threshold` 
配置项,单位是毫秒,默认是30秒,超过此参数指定的阈值,便会被判断为慢查询,待其查询执行结束后,将其记录在 log_datanode_slow_sql.log 
中。
-
-## 慢查询日志示例
-
-```
-2023-07-31 20:15:00,533 
[pool-27-IoTDB-ClientRPC-Processor-1$20230731_121500_00003_1] INFO  
o.a.i.d.q.p.Coordinator:225 - Cost: 42593 ms, sql is select * from root.db.** 
-```
-
diff --git 
a/src/zh/UserGuide/latest/Deployment-and-Maintenance/Slow-Query-Management.md 
b/src/zh/UserGuide/latest/Deployment-and-Maintenance/Slow-Query-Management.md
deleted file mode 100644
index 7b8cf604..00000000
--- 
a/src/zh/UserGuide/latest/Deployment-and-Maintenance/Slow-Query-Management.md
+++ /dev/null
@@ -1,35 +0,0 @@
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-        http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-
-# 慢查询管理
-
-IoTDB 会将慢查询输出到单独的日志文件 log_datanode_slow_sql.log 中,并记录其执行耗时。
-
-## 配置慢查询的阈值
-
-IoTDB 在 `iotdb-system.properties` 提供了 `slow_query_threshold` 
配置项,单位是毫秒,默认是30秒,超过此参数指定的阈值,便会被判断为慢查询,待其查询执行结束后,将其记录在 log_datanode_slow_sql.log 
中。
-
-## 慢查询日志示例
-
-```
-2023-07-31 20:15:00,533 
[pool-27-IoTDB-ClientRPC-Processor-1$20230731_121500_00003_1] INFO  
o.a.i.d.q.p.Coordinator:225 - Cost: 42593 ms, sql is select * from root.db.** 
-```
-

Reply via email to