From 9b933206951122c92ed73c6796daa41987e41022 Mon Sep 17 00:00:00 2001 From: Jingsong Date: Tue, 21 May 2024 22:54:30 +0800 Subject: [PATCH] [doc] recommended compression for the Append table is zstd --- docs/content/append-table/append-table.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/content/append-table/append-table.md b/docs/content/append-table/append-table.md index 45cb12dba539..1e4dd4f5f219 100644 --- a/docs/content/append-table/append-table.md +++ b/docs/content/append-table/append-table.md @@ -38,11 +38,15 @@ CREATE TABLE my_table ( product_id BIGINT, price DOUBLE, sales BIGINT +) WITH ( + 'file.compression' = 'zstd' ); ``` {{< /tab >}} {{< /tabs >}} +The recommended compression for the Append table is `'zstd'`. + ## Automatic small file merging In streaming writing job, without bucket definition, there is no compaction in writer, instead, will use