Skip to content

Tracking issue for implementing PRJECTIONS syntax for ClickHouse #1391

Closed
@git-hulk

Description

@git-hulk

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:

  1. Add support of ADD PROJECTION syntax for ClickHouse #1390
  2. Add support of DROP|CLEAR|MATERIALIZE PROJECTION syntax for ClickHouse #1417
  3. Add support of PROJECTION column when creating table for ClickHouse

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions