This is an automated email from the ASF dual-hosted git repository.
haonan 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 1de9f8d7 remove invalid link (#1034)
1de9f8d7 is described below
commit 1de9f8d700a2c50c47ae56903375dc3c909ab736
Author: leto-b <[email protected]>
AuthorDate: Fri Mar 13 10:40:16 2026 +0800
remove invalid link (#1034)
---
.../Master/Tree/Technical-Insider/Encoding-and-Compression.md | 2 --
src/UserGuide/latest/Technical-Insider/Encoding-and-Compression.md | 4 +---
.../Master/Tree/Technical-Insider/Encoding-and-Compression.md | 4 +---
src/zh/UserGuide/latest/Technical-Insider/Encoding-and-Compression.md | 4 +---
4 files changed, 3 insertions(+), 11 deletions(-)
diff --git
a/src/UserGuide/Master/Tree/Technical-Insider/Encoding-and-Compression.md
b/src/UserGuide/Master/Tree/Technical-Insider/Encoding-and-Compression.md
index f70a704d..5614789a 100644
--- a/src/UserGuide/Master/Tree/Technical-Insider/Encoding-and-Compression.md
+++ b/src/UserGuide/Master/Tree/Technical-Insider/Encoding-and-Compression.md
@@ -119,8 +119,6 @@ IoTDB allows you to specify the compression method of the
column when creating a
* LZMA2
-The specified syntax for compression is detailed in [Create Timeseries
Statement](../SQL-Manual/SQL-Manual_timecho).
-
### 2.2 Compression Ratio Statistics
Compression ratio statistics file: data/datanode/system/compression_ratio
diff --git a/src/UserGuide/latest/Technical-Insider/Encoding-and-Compression.md
b/src/UserGuide/latest/Technical-Insider/Encoding-and-Compression.md
index f70a704d..09651a5b 100644
--- a/src/UserGuide/latest/Technical-Insider/Encoding-and-Compression.md
+++ b/src/UserGuide/latest/Technical-Insider/Encoding-and-Compression.md
@@ -117,9 +117,7 @@ IoTDB allows you to specify the compression method of the
column when creating a
* ZSTD
-* LZMA2
-
-The specified syntax for compression is detailed in [Create Timeseries
Statement](../SQL-Manual/SQL-Manual_timecho).
+* LZMA2
### 2.2 Compression Ratio Statistics
diff --git
a/src/zh/UserGuide/Master/Tree/Technical-Insider/Encoding-and-Compression.md
b/src/zh/UserGuide/Master/Tree/Technical-Insider/Encoding-and-Compression.md
index 6e3de860..c274ec2e 100644
--- a/src/zh/UserGuide/Master/Tree/Technical-Insider/Encoding-and-Compression.md
+++ b/src/zh/UserGuide/Master/Tree/Technical-Insider/Encoding-and-Compression.md
@@ -39,7 +39,7 @@
游程编码,比较适合存储某些数值连续出现的序列,不适合编码大部分情况下前后值不一样的序列数据。
- 游程编码也可用于对浮点数进行编码,但在创建时间序列的时候需指定保留小数位数(MAX_POINT_NUMBER,具体指定方式参见本文 [SQL
参考文档](../SQL-Manual/SQL-Manual.md))。比较适合存储某些浮点数值连续出现的序列数据,不适合存储对小数点后精度要求较高以及前后波动较大的序列数据。
+
游程编码也可用于对浮点数进行编码,但在创建时间序列的时候需指定保留小数位数(MAX_POINT_NUMBER)。比较适合存储某些浮点数值连续出现的序列数据,不适合存储对小数点后精度要求较高以及前后波动较大的序列数据。
> 游程编码(RLE)和二阶差分编码(TS_2DIFF)对 float 和 double 的编码是有精度限制的,默认保留 2 位小数。推荐使用
GORILLA。
@@ -112,8 +112,6 @@ IoTDB 允许在创建一个时间序列的时候指定该列的压缩方式。
* ZSTD 压缩
* LZMA2 压缩
-压缩方式的指定语法详见本文[SQL 参考文档](../SQL-Manual/SQL-Manual.md)。
-
### 2.2 压缩比统计信息
压缩比统计信息文件:data/datanode/system/compression_ratio
diff --git
a/src/zh/UserGuide/latest/Technical-Insider/Encoding-and-Compression.md
b/src/zh/UserGuide/latest/Technical-Insider/Encoding-and-Compression.md
index 6e3de860..c274ec2e 100644
--- a/src/zh/UserGuide/latest/Technical-Insider/Encoding-and-Compression.md
+++ b/src/zh/UserGuide/latest/Technical-Insider/Encoding-and-Compression.md
@@ -39,7 +39,7 @@
游程编码,比较适合存储某些数值连续出现的序列,不适合编码大部分情况下前后值不一样的序列数据。
- 游程编码也可用于对浮点数进行编码,但在创建时间序列的时候需指定保留小数位数(MAX_POINT_NUMBER,具体指定方式参见本文 [SQL
参考文档](../SQL-Manual/SQL-Manual.md))。比较适合存储某些浮点数值连续出现的序列数据,不适合存储对小数点后精度要求较高以及前后波动较大的序列数据。
+
游程编码也可用于对浮点数进行编码,但在创建时间序列的时候需指定保留小数位数(MAX_POINT_NUMBER)。比较适合存储某些浮点数值连续出现的序列数据,不适合存储对小数点后精度要求较高以及前后波动较大的序列数据。
> 游程编码(RLE)和二阶差分编码(TS_2DIFF)对 float 和 double 的编码是有精度限制的,默认保留 2 位小数。推荐使用
GORILLA。
@@ -112,8 +112,6 @@ IoTDB 允许在创建一个时间序列的时候指定该列的压缩方式。
* ZSTD 压缩
* LZMA2 压缩
-压缩方式的指定语法详见本文[SQL 参考文档](../SQL-Manual/SQL-Manual.md)。
-
### 2.2 压缩比统计信息
压缩比统计信息文件:data/datanode/system/compression_ratio