Skip to content

Commit 1de9f8d

Browse files
authored
remove invalid link (#1034)
1 parent 7e50b1c commit 1de9f8d

4 files changed

Lines changed: 3 additions & 11 deletions

File tree

src/UserGuide/Master/Tree/Technical-Insider/Encoding-and-Compression.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@ IoTDB allows you to specify the compression method of the column when creating a
119119

120120
* LZMA2
121121

122-
The specified syntax for compression is detailed in [Create Timeseries Statement](../SQL-Manual/SQL-Manual_timecho).
123-
124122
### 2.2 Compression Ratio Statistics
125123

126124
Compression ratio statistics file: data/datanode/system/compression_ratio

src/UserGuide/latest/Technical-Insider/Encoding-and-Compression.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,7 @@ IoTDB allows you to specify the compression method of the column when creating a
117117

118118
* ZSTD
119119

120-
* LZMA2
121-
122-
The specified syntax for compression is detailed in [Create Timeseries Statement](../SQL-Manual/SQL-Manual_timecho).
120+
* LZMA2
123121

124122
### 2.2 Compression Ratio Statistics
125123

src/zh/UserGuide/Master/Tree/Technical-Insider/Encoding-and-Compression.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
游程编码,比较适合存储某些数值连续出现的序列,不适合编码大部分情况下前后值不一样的序列数据。
4141

42-
游程编码也可用于对浮点数进行编码,但在创建时间序列的时候需指定保留小数位数(MAX_POINT_NUMBER,具体指定方式参见本文 [SQL 参考文档](../SQL-Manual/SQL-Manual.md))。比较适合存储某些浮点数值连续出现的序列数据,不适合存储对小数点后精度要求较高以及前后波动较大的序列数据。
42+
游程编码也可用于对浮点数进行编码,但在创建时间序列的时候需指定保留小数位数(MAX_POINT_NUMBER)。比较适合存储某些浮点数值连续出现的序列数据,不适合存储对小数点后精度要求较高以及前后波动较大的序列数据。
4343

4444
> 游程编码(RLE)和二阶差分编码(TS_2DIFF)对 float 和 double 的编码是有精度限制的,默认保留 2 位小数。推荐使用 GORILLA。
4545
@@ -112,8 +112,6 @@ IoTDB 允许在创建一个时间序列的时候指定该列的压缩方式。
112112
* ZSTD 压缩
113113
* LZMA2 压缩
114114

115-
压缩方式的指定语法详见本文[SQL 参考文档](../SQL-Manual/SQL-Manual.md)
116-
117115
### 2.2 压缩比统计信息
118116

119117
压缩比统计信息文件:data/datanode/system/compression_ratio

src/zh/UserGuide/latest/Technical-Insider/Encoding-and-Compression.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
游程编码,比较适合存储某些数值连续出现的序列,不适合编码大部分情况下前后值不一样的序列数据。
4141

42-
游程编码也可用于对浮点数进行编码,但在创建时间序列的时候需指定保留小数位数(MAX_POINT_NUMBER,具体指定方式参见本文 [SQL 参考文档](../SQL-Manual/SQL-Manual.md))。比较适合存储某些浮点数值连续出现的序列数据,不适合存储对小数点后精度要求较高以及前后波动较大的序列数据。
42+
游程编码也可用于对浮点数进行编码,但在创建时间序列的时候需指定保留小数位数(MAX_POINT_NUMBER)。比较适合存储某些浮点数值连续出现的序列数据,不适合存储对小数点后精度要求较高以及前后波动较大的序列数据。
4343

4444
> 游程编码(RLE)和二阶差分编码(TS_2DIFF)对 float 和 double 的编码是有精度限制的,默认保留 2 位小数。推荐使用 GORILLA。
4545
@@ -112,8 +112,6 @@ IoTDB 允许在创建一个时间序列的时候指定该列的压缩方式。
112112
* ZSTD 压缩
113113
* LZMA2 压缩
114114

115-
压缩方式的指定语法详见本文[SQL 参考文档](../SQL-Manual/SQL-Manual.md)
116-
117115
### 2.2 压缩比统计信息
118116

119117
压缩比统计信息文件:data/datanode/system/compression_ratio

0 commit comments

Comments
 (0)