Closed
Description
ClickHouse supports the Projections mechanism to store data in a format that optimizes query execution. It allows using ALTER TABLE to manipulate projections: https://clickhouse.com/docs/en/sql-reference/statements/alter/projection.
And I'm going to support those syntaxes for the ClickHouse parser, but to make PRs easier to review. I will separate them into three parts:
- Add support of
ADD PROJECTION
syntax for ClickHouse #1390 - Add support of
DROP|CLEAR|MATERIALIZE PROJECTION
syntax for ClickHouse #1417 - Add support of
PROJECTION column
when creating table for ClickHouse
Metadata
Metadata
Assignees
Labels
No labels