It'd be nice to have an ability to change index granularity in ClickHouse with a query, like:
ALTER TABLE foo SET INDEX GRANULARITY = 4096
Only new and merged parts will get new granularity setting, but it seems a lot easier than what one has to do now to change index granularity.
cc @vavrusa, @dqminh
It'd be nice to have an ability to change index granularity in ClickHouse with a query, like:
Only new and merged parts will get new granularity setting, but it seems a lot easier than what one has to do now to change index granularity.
cc @vavrusa, @dqminh