You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do we create materialized_view and specify column type as like LowCardinality(String) or compression as CODEC(ZSTD(1)) as the same time? Additionally, how to we specify SimpleAggregateFunction(sum, Float64) during create materialized_view
If have any ideas can solve this, I will be appreciated it.
The text was updated successfully, but these errors were encountered:
Describe the bug
As topic, Could we specify column type and compression on materialized view?
Following the below example table:
How do we create materialized_view and specify column type as like
LowCardinality(String)
or compression asCODEC(ZSTD(1))
as the same time? Additionally, how to we specifySimpleAggregateFunction(sum, Float64)
during create materialized_viewIf have any ideas can solve this, I will be appreciated it.
The text was updated successfully, but these errors were encountered: