ClickHouse / ClickHouse/ClickHouse

Disallow CTAS on cluster by default

Open
#41,538 1 comment 0 reactions 0 assignees View on GitHub
comp-ddl external usability
Dominant language
C++
Stars
49.9k
Forks
9k
Avg merge
21h 32m
Merged PRs (30d)
515

Description

**Describe the issue**
When people run CREATE TABLE AS SELECT ... with ON CLUSTER keyword they usually unaware, that SELECT ... part will be run on all servers, ie duplication of data.

**Expected behavior**
Exception with warning about this behavior.
Or if possible, fix for that problem :)

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.