Thanks for a great job!
We are trying to migrate our old pre-aggregated data from our own solution to clickhouse.
We have data as follows (simplified):
- date, domain, views
- 12.01.2017, ya.ru, 234
- 12.01.2017, google.com, 333
- ....
Views is an aggregated column in AggregatingMergeTree. When inserting this data to table clickhouse shows an error that views values are not an aggregating function type.
I think this also could be useful to backup/restore data from AggregatingMergeTree tables.
Please advise.
Thanks for a great job!
We are trying to migrate our old pre-aggregated data from our own solution to clickhouse.
We have data as follows (simplified):
Views is an aggregated column in AggregatingMergeTree. When inserting this data to table clickhouse shows an error that views values are not an aggregating function type.
I think this also could be useful to backup/restore data from AggregatingMergeTree tables.
Please advise.