【发布时间】:2021-08-12 17:02:27
【问题描述】:
我在 CH 文档中发现列操作有一些限制。
For tables that don’t store data themselves (such as Merge and Distributed), ALTER just changes the table structure, and does not change the structure of subordinate tables. For example, when running ALTER for a Distributed table, you will also need to run ALTER for the tables on all remote servers.
在这里我有问题..您有一些解决方案可以自动运行它吗?我在容器上创建了 4 台服务器,我不想在每台服务器上都登录并手动执行命令,例如 ALTER ... itd。
【问题讨论】:
标签: sql olap clickhouse alter