Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ IoTDB allows specifying the compression method of a column when creating a time

- UNCOMPRESSED
- SNAPPY
- LZ4 (Recommended)
- LZ4 (Default and recommended compression method)
- GZIP
- ZSTD
- LZMA2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ IoTDB allows you to specify the compression method of the column when creating a

* SNAPPY

* LZ4 (Recommended compression method)
* LZ4 (Default and recommended compression method)

* GZIP

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ IoTDB allows specifying the compression method of a column when creating a time

- UNCOMPRESSED
- SNAPPY
- LZ4 (Recommended)
- LZ4 (Default and recommended compression method)
- GZIP
- ZSTD
- LZMA2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ IoTDB allows you to specify the compression method of the column when creating a

* SNAPPY

* LZ4 (Recommended compression method)
* LZ4 (Default and recommended compression method)

* GZIP

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ IoTDB 允许在创建一个时间序列的时候指定该列的压缩方式。

* UNCOMPRESSED(不压缩)
* SNAPPY 压缩
* LZ4 压缩(推荐压缩方式
* LZ4 压缩(默认压缩方式,推荐使用
* GZIP 压缩
* ZSTD 压缩
* LZMA2 压缩
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ IoTDB 允许在创建一个时间序列的时候指定该列的压缩方式。

* UNCOMPRESSED(不压缩)
* SNAPPY 压缩
* LZ4 压缩(推荐压缩方式
* LZ4 压缩(默认压缩方式,推荐使用
* GZIP 压缩
* ZSTD 压缩
* LZMA2 压缩
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ IoTDB 允许在创建一个时间序列的时候指定该列的压缩方式。

* UNCOMPRESSED(不压缩)
* SNAPPY 压缩
* LZ4 压缩(推荐压缩方式
* LZ4 压缩(默认压缩方式,推荐使用
* GZIP 压缩
* ZSTD 压缩
* LZMA2 压缩
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ IoTDB 允许在创建一个时间序列的时候指定该列的压缩方式。

* UNCOMPRESSED(不压缩)
* SNAPPY 压缩
* LZ4 压缩(推荐压缩方式
* LZ4 压缩(默认压缩方式,推荐使用
* GZIP 压缩
* ZSTD 压缩
* LZMA2 压缩
Expand Down
Loading