dbt-clickhouse icon indicating copy to clipboard operation
dbt-clickhouse copied to clipboard

Codecs and other columns attributes

Open royxact opened this issue 2 years ago • 1 comments

Hi,

Is it possible to set a column's Codec or other column settings? I'm especially looking into Codec for better compression, as data type changes such as LowCardinality can set with CASTing during the select but Codec can't.

royxact avatar Jul 31 '22 09:07 royxact

Hi,

Maybe we can generalize this, To enable specifing an Alter table command after the table is created , but before the Insert is done. Within that alter table we could adjust column types and codecs

royxact avatar Oct 23 '22 12:10 royxact