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

qiaojialin 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 f2b912bf Remove the description that can be queried before physically 
deleting TTL expired data (#566)
f2b912bf is described below

commit f2b912bfd2026da7f90e402d93f250c480742918
Author: W1y1r <[email protected]>
AuthorDate: Tue Feb 18 17:02:54 2025 +0800

    Remove the description that can be queried before physically deleting TTL 
expired data (#566)
---
 src/zh/UserGuide/Master/Table/Basic-Concept/TTL-Delete-Data.md | 5 ++---
 src/zh/UserGuide/latest-Table/Basic-Concept/TTL-Delete-Data.md | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/src/zh/UserGuide/Master/Table/Basic-Concept/TTL-Delete-Data.md 
b/src/zh/UserGuide/Master/Table/Basic-Concept/TTL-Delete-Data.md
index 729649cd..38ea245f 100644
--- a/src/zh/UserGuide/Master/Table/Basic-Concept/TTL-Delete-Data.md
+++ b/src/zh/UserGuide/Master/Table/Basic-Concept/TTL-Delete-Data.md
@@ -28,9 +28,8 @@ IoTDB支持表级的数据自动过期删除(TTL)设置,允许系统自动
 **注意事项:**
 
 1. TTL设置为毫秒,不受配置文件时间精度影响。
-2. 过期数据在物理删除前仍短暂可查询。
-3. TTL变更可能影响数据的可查询性。
-4. 系统最终会移除过期数据,但存在延迟。
+2. TTL变更可能影响数据的可查询性。
+3. 系统最终会移除过期数据,但存在延迟。
 
 ## 2. 设置 TTL
 
diff --git a/src/zh/UserGuide/latest-Table/Basic-Concept/TTL-Delete-Data.md 
b/src/zh/UserGuide/latest-Table/Basic-Concept/TTL-Delete-Data.md
index 729649cd..38ea245f 100644
--- a/src/zh/UserGuide/latest-Table/Basic-Concept/TTL-Delete-Data.md
+++ b/src/zh/UserGuide/latest-Table/Basic-Concept/TTL-Delete-Data.md
@@ -28,9 +28,8 @@ IoTDB支持表级的数据自动过期删除(TTL)设置,允许系统自动
 **注意事项:**
 
 1. TTL设置为毫秒,不受配置文件时间精度影响。
-2. 过期数据在物理删除前仍短暂可查询。
-3. TTL变更可能影响数据的可查询性。
-4. 系统最终会移除过期数据,但存在延迟。
+2. TTL变更可能影响数据的可查询性。
+3. 系统最终会移除过期数据,但存在延迟。
 
 ## 2. 设置 TTL
 

Reply via email to