Skip to content

Commit 5036fca

Browse files
authored
add default compression is LZ4 (#1106)
1 parent 1f2f8f9 commit 5036fca

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ IoTDB allows specifying the compression method of a column when creating a time
112112

113113
- UNCOMPRESSED
114114
- SNAPPY
115-
- LZ4 (Recommended)
115+
- LZ4 (Default and recommended compression method)
116116
- GZIP
117117
- ZSTD
118118
- LZMA2

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ IoTDB allows you to specify the compression method of the column when creating a
111111

112112
* SNAPPY
113113

114-
* LZ4 (Recommended compression method)
114+
* LZ4 (Default and recommended compression method)
115115

116116
* GZIP
117117

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ IoTDB allows specifying the compression method of a column when creating a time
112112

113113
- UNCOMPRESSED
114114
- SNAPPY
115-
- LZ4 (Recommended)
115+
- LZ4 (Default and recommended compression method)
116116
- GZIP
117117
- ZSTD
118118
- LZMA2

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ IoTDB allows you to specify the compression method of the column when creating a
111111

112112
* SNAPPY
113113

114-
* LZ4 (Recommended compression method)
114+
* LZ4 (Default and recommended compression method)
115115

116116
* GZIP
117117

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ IoTDB 允许在创建一个时间序列的时候指定该列的压缩方式。
107107

108108
* UNCOMPRESSED(不压缩)
109109
* SNAPPY 压缩
110-
* LZ4 压缩(推荐压缩方式
110+
* LZ4 压缩(默认压缩方式,推荐使用
111111
* GZIP 压缩
112112
* ZSTD 压缩
113113
* LZMA2 压缩

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ IoTDB 允许在创建一个时间序列的时候指定该列的压缩方式。
107107

108108
* UNCOMPRESSED(不压缩)
109109
* SNAPPY 压缩
110-
* LZ4 压缩(推荐压缩方式
110+
* LZ4 压缩(默认压缩方式,推荐使用
111111
* GZIP 压缩
112112
* ZSTD 压缩
113113
* LZMA2 压缩

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ IoTDB 允许在创建一个时间序列的时候指定该列的压缩方式。
107107

108108
* UNCOMPRESSED(不压缩)
109109
* SNAPPY 压缩
110-
* LZ4 压缩(推荐压缩方式
110+
* LZ4 压缩(默认压缩方式,推荐使用
111111
* GZIP 压缩
112112
* ZSTD 压缩
113113
* LZMA2 压缩

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ IoTDB 允许在创建一个时间序列的时候指定该列的压缩方式。
107107

108108
* UNCOMPRESSED(不压缩)
109109
* SNAPPY 压缩
110-
* LZ4 压缩(推荐压缩方式
110+
* LZ4 压缩(默认压缩方式,推荐使用
111111
* GZIP 压缩
112112
* ZSTD 压缩
113113
* LZMA2 压缩

0 commit comments

Comments
 (0)