select table_schema, concat(truncate(sum(data_length)/1024/1024,2),' mb') as data_size,
concat(truncate(sum(index_length)/1024/1024,2),'mb') as index_size
from information_schema.tables
where
table_schema = 'zx'
and table_name != 't_part_content'
group by table_schema
order by data_length desc;
相关文章
- 08-09如何查看操作系统的块大小
- 08-09Python:查看矩阵大小,查看列表大小
- 08-09litepal的使用以及用adb查看数据库的方法
- 08-09hbase数据导出和恢复 设置双master + 查看hbase表占用磁盘大小
- 08-09Fabric查看区块大小和出块时间
- 08-09du -h 查看文件大小
- 08-09Django操作数据库查看内部sql语句方式
- 08-09SqlServer 查看数据库、添加数据文件
- 08-09查看Windows支持的内存大小
- 08-09数据库负载查看