可以使用 用姜承尧写的工具py_innodb_page_info。
查询某个表占用的大小
use information_schema;
select concat(round(sum(DATA_LENGTH/1024/1024), 2),'MB') as data from TABLES where table_schema='test' and table_name='webpage';
可以使用 用姜承尧写的工具py_innodb_page_info。
查询某个表占用的大小
use information_schema;
select concat(round(sum(DATA_LENGTH/1024/1024), 2),'MB') as data from TABLES where table_schema='test' and table_name='webpage';
本文标题:mysql 查询某条数据的大小
本文链接:https://www.haomeiwen.com/subject/ulsorttx.html
网友评论