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;
两台机器分别跑,导出数据后对比
3420
1万+
4498

被折叠的 条评论
为什么被折叠?