alter table xxx add index if not exists index_name column_name type minmax GRANULARITY 8192 ;
clickhouse添加二级索引备忘
于 2023-08-03 20:48:32 首次发布
alter table xxx add index if not exists index_name column_name type minmax GRANULARITY 8192 ;