Skip to content

ALTER TABLE doesn't support MODIFY SETTING syntax #184

@git-hulk

Description

@git-hulk

ClickHouse MODIFY|RESET syntax:

ALTER TABLE [db].name [ON CLUSTER cluster] MODIFY|RESET SETTING ...

Example:

ALTER TABLE example_table MODIFY SETTING max_part_loading_threads=8, max_parts_in_total=50000;

ALTER TABLE example_table RESET SETTING max_part_loading_threads;

Remember to use make update_test to update test cases. Reuse existing code as much as possible.

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