TiDB查看指定库的数据量大小

select concat(round(sum(DATA_LENGTH/1024/1024),2),‘MB’) as data from TABLES where table_schema=‘test’;
是否准确呢,或者有什么好的计算方法