ClickHouse / ClickHouse/ClickHouse

Support table property setting table compression method?

Open
#23,890 0 comments 1 reaction 0 assignees View on GitHub
comp-codecs external feature
Dominant language
C++
Stars
49.9k
Forks
9k
Avg merge
21h 32m
Merged PRs (30d)
515

Description

Support table property setting table compression method, Avoiding global changes

```
CREATE TABLE bigdata.demo
(

`userid` String,

`city` String
)
ENGINE = MergeTree
ORDER BY userid
SETTINGS index_granularity = 8192, compression='zstd';
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.