From daeea766dfd6248a8a84cf828a4f50c8886f471e Mon Sep 17 00:00:00 2001 From: Leto_b Date: Thu, 2 Apr 2026 19:21:15 +0800 Subject: [PATCH] The new sequence supports creating views, but the original sequence does not support creating views. --- .../Master/Tree/Basic-Concept/Operate-Metadata_timecho.md | 2 +- src/UserGuide/latest/Basic-Concept/Operate-Metadata_timecho.md | 2 +- .../Master/Tree/Basic-Concept/Operate-Metadata_timecho.md | 2 +- .../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 87397ab9b..4be56beb1 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, significantly improving data traceability and problem localization efficiency. -- 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 87397ab9b..4be56beb1 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, significantly improving data traceability and problem localization efficiency. -- 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 b0dc59933..a9335e01e 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 RENAME TO * 该语句执行成功后将立即生效,原序列的 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 f42f3ff43..6c26fe731 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 RENAME TO * 该语句执行成功后将立即生效,原序列的 tag/attribute/alias 将迁移到新序列。 * 作废序列(原序列)不再支持写入、查询、删除等操作。作废后的序列名称会被系统保留,不允许创建同名新序列,以此确保原序列名称唯一可追溯:支持通过 SHOW INVALID TIMESERIES 语句查看原序列,避免因频繁修改导致原序列信息丢失,大幅提升数据溯源与问题定位效率。 -* 新序列不支持创建视图。修改新序列的编码压缩、序列类型、标签、属性、别名时,不会连带修改原序列;删除新序列时,会连带修改原序列。 +* 新序列支持创建视图,原序列不再支持创建视图。修改新序列的编码压缩、序列类型、标签、属性、别名时,不会连带修改原序列;删除新序列时,会连带修改原序列。 * 新序列路径或目标设备下原序列别名已存在时(包括真实序列、view、作废序列及其别名),系统会报错提示。 使用示例: