This is an automated email from the ASF dual-hosted git repository.
critas 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 3497f27f The new sequence supports creating views, but the original
sequence does not support creating views. (#1060)
3497f27f is described below
commit 3497f27f35b6db821893d605b92561fafbaea7c3
Author: leto-b <[email protected]>
AuthorDate: Thu Apr 9 19:13:18 2026 +0800
The new sequence supports creating views, but the original sequence does
not support creating views. (#1060)
---
src/UserGuide/Master/Tree/Basic-Concept/Operate-Metadata_timecho.md | 2 +-
src/UserGuide/latest/Basic-Concept/Operate-Metadata_timecho.md | 2 +-
src/zh/UserGuide/Master/Tree/Basic-Concept/Operate-Metadata_timecho.md | 2 +-
src/zh/UserGuide/latest/Basic-Concept/Operate-Metadata_timecho.md | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git
a/src/UserGuide/Master/Tree/Basic-Concept/Operate-Metadata_timecho.md
b/src/UserGuide/Master/Tree/Basic-Concept/Operate-Metadata_timecho.md
index 87397ab9..4be56beb 100644
--- a/src/UserGuide/Master/Tree/Basic-Concept/Operate-Metadata_timecho.md
+++ b/src/UserGuide/Master/Tree/Basic-Concept/Operate-Metadata_timecho.md
@@ -472,7 +472,7 @@ Usage instructions:
- This statement takes effect immediately upon successful execution, and the
tags/attributes/alias of the original sequence will be migrated to the new
sequence.
- The invalidated sequence (original sequence) no longer supports write,
query, delete, or other operations. The name of the invalidated sequence will
be retained by the system, and creating a new sequence with the same name is
not allowed. This ensures the uniqueness and traceability of the original
sequence name: it supports viewing the original sequence through the `SHOW
INVALID TIMESERIES` statement, preventing the loss of original sequence
information due to frequent modifications, [...]
-- The new sequence does not support creating views. When modifying the
encoding, compression, sequence type, tags, attributes, or alias of the new
sequence, the original sequence will not be modified; deleting the new sequence
will also modify the original sequence.
+- The new sequence supports creating views, but the original sequence does not
support creating views. When modifying the encoding, compression, sequence
type, tags, attributes, or alias of the new sequence, the original sequence
will not be modified; deleting the new sequence will also modify the original
sequence.
- If the new sequence path or the alias of the original sequence under the
target device already exists (including real sequences, views, invalid
sequences, and their aliases), the system will report an error.
Usage example:
diff --git a/src/UserGuide/latest/Basic-Concept/Operate-Metadata_timecho.md
b/src/UserGuide/latest/Basic-Concept/Operate-Metadata_timecho.md
index 87397ab9..4be56beb 100644
--- a/src/UserGuide/latest/Basic-Concept/Operate-Metadata_timecho.md
+++ b/src/UserGuide/latest/Basic-Concept/Operate-Metadata_timecho.md
@@ -472,7 +472,7 @@ Usage instructions:
- This statement takes effect immediately upon successful execution, and the
tags/attributes/alias of the original sequence will be migrated to the new
sequence.
- The invalidated sequence (original sequence) no longer supports write,
query, delete, or other operations. The name of the invalidated sequence will
be retained by the system, and creating a new sequence with the same name is
not allowed. This ensures the uniqueness and traceability of the original
sequence name: it supports viewing the original sequence through the `SHOW
INVALID TIMESERIES` statement, preventing the loss of original sequence
information due to frequent modifications, [...]
-- The new sequence does not support creating views. When modifying the
encoding, compression, sequence type, tags, attributes, or alias of the new
sequence, the original sequence will not be modified; deleting the new sequence
will also modify the original sequence.
+- The new sequence supports creating views, but the original sequence does not
support creating views. When modifying the encoding, compression, sequence
type, tags, attributes, or alias of the new sequence, the original sequence
will not be modified; deleting the new sequence will also modify the original
sequence.
- If the new sequence path or the alias of the original sequence under the
target device already exists (including real sequences, views, invalid
sequences, and their aliases), the system will report an error.
Usage example:
diff --git
a/src/zh/UserGuide/Master/Tree/Basic-Concept/Operate-Metadata_timecho.md
b/src/zh/UserGuide/Master/Tree/Basic-Concept/Operate-Metadata_timecho.md
index b0dc5993..a9335e01 100644
--- a/src/zh/UserGuide/Master/Tree/Basic-Concept/Operate-Metadata_timecho.md
+++ b/src/zh/UserGuide/Master/Tree/Basic-Concept/Operate-Metadata_timecho.md
@@ -455,7 +455,7 @@ ALTER TIMESERIES <oldPath> RENAME TO <newPath>
* 该语句执行成功后将立即生效,原序列的 tag/attribute/alias 将迁移到新序列。
* 作废序列(原序列)不再支持写入、查询、删除等操作。作废后的序列名称会被系统保留,不允许创建同名新序列,以此确保原序列名称唯一可追溯:支持通过 SHOW
INVALID TIMESERIES 语句查看原序列,避免因频繁修改导致原序列信息丢失,大幅提升数据溯源与问题定位效率。
-* 新序列不支持创建视图。修改新序列的编码压缩、序列类型、标签、属性、别名时,不会连带修改原序列;删除新序列时,会连带修改原序列。
+* 新序列支持创建视图,原序列不再支持创建视图。修改新序列的编码压缩、序列类型、标签、属性、别名时,不会连带修改原序列;删除新序列时,会连带修改原序列。
* 新序列路径或目标设备下原序列别名已存在时(包括真实序列、view、作废序列及其别名),系统会报错提示。
使用示例:
diff --git a/src/zh/UserGuide/latest/Basic-Concept/Operate-Metadata_timecho.md
b/src/zh/UserGuide/latest/Basic-Concept/Operate-Metadata_timecho.md
index f42f3ff4..6c26fe73 100644
--- a/src/zh/UserGuide/latest/Basic-Concept/Operate-Metadata_timecho.md
+++ b/src/zh/UserGuide/latest/Basic-Concept/Operate-Metadata_timecho.md
@@ -455,7 +455,7 @@ ALTER TIMESERIES <oldPath> RENAME TO <newPath>
* 该语句执行成功后将立即生效,原序列的 tag/attribute/alias 将迁移到新序列。
* 作废序列(原序列)不再支持写入、查询、删除等操作。作废后的序列名称会被系统保留,不允许创建同名新序列,以此确保原序列名称唯一可追溯:支持通过 SHOW
INVALID TIMESERIES 语句查看原序列,避免因频繁修改导致原序列信息丢失,大幅提升数据溯源与问题定位效率。
-* 新序列不支持创建视图。修改新序列的编码压缩、序列类型、标签、属性、别名时,不会连带修改原序列;删除新序列时,会连带修改原序列。
+* 新序列支持创建视图,原序列不再支持创建视图。修改新序列的编码压缩、序列类型、标签、属性、别名时,不会连带修改原序列;删除新序列时,会连带修改原序列。
* 新序列路径或目标设备下原序列别名已存在时(包括真实序列、view、作废序列及其别名),系统会报错提示。
使用示例: