This is an automated email from the ASF dual-hosted git repository.
zhaoxinyi 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 c8ff03f2 operate metadata (#382)
c8ff03f2 is described below
commit c8ff03f20afc96c7eb2ad20749d38b66eaec3849
Author: W1y1r <[email protected]>
AuthorDate: Fri Oct 25 11:43:25 2024 +0800
operate metadata (#382)
---
src/UserGuide/latest/User-Manual/Operate-Metadata_apache.md | 6 ------
src/UserGuide/latest/User-Manual/Operate-Metadata_timecho.md | 6 ------
src/zh/UserGuide/latest/User-Manual/Operate-Metadata_apache.md | 6 ------
src/zh/UserGuide/latest/User-Manual/Operate-Metadata_timecho.md | 6 ------
4 files changed, 24 deletions(-)
diff --git a/src/UserGuide/latest/User-Manual/Operate-Metadata_apache.md
b/src/UserGuide/latest/User-Manual/Operate-Metadata_apache.md
index a6b4ca43..fd60e338 100644
--- a/src/UserGuide/latest/User-Manual/Operate-Metadata_apache.md
+++ b/src/UserGuide/latest/User-Manual/Operate-Metadata_apache.md
@@ -829,12 +829,6 @@ IoTDB> show timeseries where time >= 15000 and time <
16000;
|root.sg.data2.s2| null| root.sg| FLOAT| GORILLA| LZ4|null|
null| null| null| BASE|
+----------------+-----+--------+--------+--------+-----------+----+----------+--------+------------------+--------+
-IoTDB> count timeseries where time >= 15000 and time < 16000;
-+-----------------+
-|count(timeseries)|
-+-----------------+
-| 4|
-+-----------------+
```
Regarding the definition of active time series, data that can be queried
normally is considered active, meaning time series that have been inserted but
deleted are not included.
### Tag and Attribute Management
diff --git a/src/UserGuide/latest/User-Manual/Operate-Metadata_timecho.md
b/src/UserGuide/latest/User-Manual/Operate-Metadata_timecho.md
index 1412d14f..ee3669c6 100644
--- a/src/UserGuide/latest/User-Manual/Operate-Metadata_timecho.md
+++ b/src/UserGuide/latest/User-Manual/Operate-Metadata_timecho.md
@@ -831,12 +831,6 @@ IoTDB> show timeseries where time >= 15000 and time <
16000;
|root.sg.data2.s2| null| root.sg| FLOAT| GORILLA| LZ4|null|
null| null| null| BASE|
+----------------+-----+--------+--------+--------+-----------+----+----------+--------+------------------+--------+
-IoTDB> count timeseries where time >= 15000 and time < 16000;
-+-----------------+
-|count(timeseries)|
-+-----------------+
-| 4|
-+-----------------+
```
Regarding the definition of active time series, data that can be queried
normally is considered active, meaning time series that have been inserted but
deleted are not included.
### Tag and Attribute Management
diff --git a/src/zh/UserGuide/latest/User-Manual/Operate-Metadata_apache.md
b/src/zh/UserGuide/latest/User-Manual/Operate-Metadata_apache.md
index 4563327e..a38e6cbf 100644
--- a/src/zh/UserGuide/latest/User-Manual/Operate-Metadata_apache.md
+++ b/src/zh/UserGuide/latest/User-Manual/Operate-Metadata_apache.md
@@ -809,12 +809,6 @@ IoTDB> show timeseries where time >= 15000 and time <
16000;
|root.sg.data2.s2| null| root.sg| FLOAT| GORILLA| LZ4|null|
null| null| null| BASE|
+----------------+-----+--------+--------+--------+-----------+----+----------+--------+------------------+--------+
-IoTDB> count timeseries where time >= 15000 and time < 16000;
-+-----------------+
-|count(timeseries)|
-+-----------------+
-| 4|
-+-----------------+
```
关于活跃时间序列的定义,能通过正常查询查出来的数据就是活跃数据,也就是说插入但被删除的时间序列不在考虑范围内。
diff --git a/src/zh/UserGuide/latest/User-Manual/Operate-Metadata_timecho.md
b/src/zh/UserGuide/latest/User-Manual/Operate-Metadata_timecho.md
index 836e87bd..b77a741d 100644
--- a/src/zh/UserGuide/latest/User-Manual/Operate-Metadata_timecho.md
+++ b/src/zh/UserGuide/latest/User-Manual/Operate-Metadata_timecho.md
@@ -811,12 +811,6 @@ IoTDB> show timeseries where time >= 15000 and time <
16000;
|root.sg.data2.s2| null| root.sg| FLOAT| GORILLA| LZ4|null|
null| null| null| BASE|
+----------------+-----+--------+--------+--------+-----------+----+----------+--------+------------------+--------+
-IoTDB> count timeseries where time >= 15000 and time < 16000;
-+-----------------+
-|count(timeseries)|
-+-----------------+
-| 4|
-+-----------------+
```
关于活跃时间序列的定义,能通过正常查询查出来的数据就是活跃数据,也就是说插入但被删除的时间序列不在考虑范围内。