clickhouse对比两台机器数据
·
select concat(database,'.',name),total_rows from system.tables where engine='MergeTree' and database != 'system' and total_rows!=0 order by database,name;
两台机器分别跑,导出数据后对比
更多推荐
select concat(database,'.',name),total_rows from system.tables where engine='MergeTree' and database != 'system' and total_rows!=0 order by database,name;
两台机器分别跑,导出数据后对比
更多推荐
所有评论(0)