Skip to content

Can you allow to alter enum key columns ? #2667

@TH-HA

Description

@TH-HA

Enum are a nice way to have more compact and efficient column in Clickhouse. Even if those enum are generally pretty static , they may change from time to time. Enum list is part of the column declaration and then cannot be modified if the column is part of the key.
Is it possible to allow enum modification if they are not impacting the underlying storage? This can be ( and this is the main use case ) to only allow extension of this enum definition.

Metadata

Metadata

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