mysql查看内存使用情况
摘要:SELECT table_name '表名称',table_rows '数据量(万)',data_size '磁盘(G)'FROM (SELECT table_name table_name, truncate(table_rows / 10000, 2) table_rows, truncate(
阅读全文
posted @ 2019-10-04 18:05
posted @ 2019-10-04 18:05
posted @ 2018-11-30 15:56
posted @ 2018-11-29 17:34
posted @ 2018-11-27 17:18
posted @ 2018-11-27 09:35