Skip to content

Commit

Permalink
[doc] recommended compression for the Append table is zstd
Browse files Browse the repository at this point in the history
  • Loading branch information
JingsongLi committed May 21, 2024
1 parent 36dcebc commit 9b93320
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/content/append-table/append-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b93320

Please sign in to comment.