From 6a7ed64d469400d24618e11a54d71fc6b3797700 Mon Sep 17 00:00:00 2001 From: Leto_b Date: Wed, 29 Apr 2026 11:14:45 +0800 Subject: [PATCH] add default compression is LZ4 --- .../Master/Table/Technical-Insider/Encoding-and-Compression.md | 2 +- .../Master/Tree/Technical-Insider/Encoding-and-Compression.md | 2 +- .../latest-Table/Technical-Insider/Encoding-and-Compression.md | 2 +- .../latest/Technical-Insider/Encoding-and-Compression.md | 2 +- .../Master/Table/Technical-Insider/Encoding-and-Compression.md | 2 +- .../Master/Tree/Technical-Insider/Encoding-and-Compression.md | 2 +- .../latest-Table/Technical-Insider/Encoding-and-Compression.md | 2 +- .../latest/Technical-Insider/Encoding-and-Compression.md | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/UserGuide/Master/Table/Technical-Insider/Encoding-and-Compression.md b/src/UserGuide/Master/Table/Technical-Insider/Encoding-and-Compression.md index 6f0f1824a..fb280dd66 100644 --- a/src/UserGuide/Master/Table/Technical-Insider/Encoding-and-Compression.md +++ b/src/UserGuide/Master/Table/Technical-Insider/Encoding-and-Compression.md @@ -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 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 5614789ae..264ca44ea 100644 --- a/src/UserGuide/Master/Tree/Technical-Insider/Encoding-and-Compression.md +++ b/src/UserGuide/Master/Tree/Technical-Insider/Encoding-and-Compression.md @@ -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 diff --git a/src/UserGuide/latest-Table/Technical-Insider/Encoding-and-Compression.md b/src/UserGuide/latest-Table/Technical-Insider/Encoding-and-Compression.md index 6f0f1824a..fb280dd66 100644 --- a/src/UserGuide/latest-Table/Technical-Insider/Encoding-and-Compression.md +++ b/src/UserGuide/latest-Table/Technical-Insider/Encoding-and-Compression.md @@ -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 diff --git a/src/UserGuide/latest/Technical-Insider/Encoding-and-Compression.md b/src/UserGuide/latest/Technical-Insider/Encoding-and-Compression.md index 09651a5b3..772ba20c0 100644 --- a/src/UserGuide/latest/Technical-Insider/Encoding-and-Compression.md +++ b/src/UserGuide/latest/Technical-Insider/Encoding-and-Compression.md @@ -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 diff --git a/src/zh/UserGuide/Master/Table/Technical-Insider/Encoding-and-Compression.md b/src/zh/UserGuide/Master/Table/Technical-Insider/Encoding-and-Compression.md index 4fa108d9d..c08388161 100644 --- a/src/zh/UserGuide/Master/Table/Technical-Insider/Encoding-and-Compression.md +++ b/src/zh/UserGuide/Master/Table/Technical-Insider/Encoding-and-Compression.md @@ -107,7 +107,7 @@ IoTDB 允许在创建一个时间序列的时候指定该列的压缩方式。 * UNCOMPRESSED(不压缩) * SNAPPY 压缩 -* LZ4 压缩(推荐压缩方式) +* LZ4 压缩(默认压缩方式,推荐使用) * GZIP 压缩 * ZSTD 压缩 * LZMA2 压缩 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 c274ec2e9..7640f9528 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 @@ -107,7 +107,7 @@ IoTDB 允许在创建一个时间序列的时候指定该列的压缩方式。 * UNCOMPRESSED(不压缩) * SNAPPY 压缩 -* LZ4 压缩(推荐压缩方式) +* LZ4 压缩(默认压缩方式,推荐使用) * GZIP 压缩 * ZSTD 压缩 * LZMA2 压缩 diff --git a/src/zh/UserGuide/latest-Table/Technical-Insider/Encoding-and-Compression.md b/src/zh/UserGuide/latest-Table/Technical-Insider/Encoding-and-Compression.md index 4fa108d9d..c08388161 100644 --- a/src/zh/UserGuide/latest-Table/Technical-Insider/Encoding-and-Compression.md +++ b/src/zh/UserGuide/latest-Table/Technical-Insider/Encoding-and-Compression.md @@ -107,7 +107,7 @@ IoTDB 允许在创建一个时间序列的时候指定该列的压缩方式。 * UNCOMPRESSED(不压缩) * SNAPPY 压缩 -* LZ4 压缩(推荐压缩方式) +* LZ4 压缩(默认压缩方式,推荐使用) * GZIP 压缩 * ZSTD 压缩 * LZMA2 压缩 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 c274ec2e9..7640f9528 100644 --- a/src/zh/UserGuide/latest/Technical-Insider/Encoding-and-Compression.md +++ b/src/zh/UserGuide/latest/Technical-Insider/Encoding-and-Compression.md @@ -107,7 +107,7 @@ IoTDB 允许在创建一个时间序列的时候指定该列的压缩方式。 * UNCOMPRESSED(不压缩) * SNAPPY 压缩 -* LZ4 压缩(推荐压缩方式) +* LZ4 压缩(默认压缩方式,推荐使用) * GZIP 压缩 * ZSTD 压缩 * LZMA2 压缩