日日操夜夜添-日日操影院-日日草夜夜操-日日干干-精品一区二区三区波多野结衣-精品一区二区三区高清免费不卡

公告:魔扣目錄網(wǎng)為廣大站長提供免費(fèi)收錄網(wǎng)站服務(wù),提交前請做好本站友鏈:【 網(wǎng)站目錄:http://www.ylptlb.cn 】, 免友鏈快審服務(wù)(50元/站),

點(diǎn)擊這里在線咨詢客服
新站提交
  • 網(wǎng)站:51998
  • 待審:31
  • 小程序:12
  • 文章:1030137
  • 會員:747

概述

今天主要介紹MySQL查看數(shù)據(jù)庫表容量大小的幾個(gè)方法,僅供參考。


1、查看所有數(shù)據(jù)庫容量大小

SELECT
	table_schema AS '數(shù)據(jù)庫',
	sum( table_rows ) AS '記錄數(shù)',
	sum( TRUNCATE ( data_length / 1024 / 1024, 2 ) ) AS '數(shù)據(jù)容量(MB)',
	sum( TRUNCATE ( index_length / 1024 / 1024, 2 ) ) AS '索引容量(MB)' 
FROM
	information_schema.TABLES 
GROUP BY
	table_schema 
ORDER BY
	sum( data_length ) DESC,
	sum( index_length ) DESC;
詳解MySQL查看數(shù)據(jù)庫表容量大小的方法總結(jié)

 


2、查看所有數(shù)據(jù)庫各表容量大小

SELECT
	table_schema AS '數(shù)據(jù)庫',
	table_name AS '表名',
	table_rows AS '記錄數(shù)',
	TRUNCATE ( data_length / 1024 / 1024, 2 ) AS '數(shù)據(jù)容量(MB)',
	TRUNCATE ( index_length / 1024 / 1024, 2 ) AS '索引容量(MB)' 
FROM
	information_schema.TABLES 
ORDER BY
	data_length DESC,
	index_length DESC;
詳解MySQL查看數(shù)據(jù)庫表容量大小的方法總結(jié)

 


3、查看指定數(shù)據(jù)庫容量大小

SELECT
	table_schema AS '數(shù)據(jù)庫',
	sum( table_rows ) AS '記錄數(shù)',
	sum( TRUNCATE ( data_length / 1024 / 1024, 2 ) ) AS '數(shù)據(jù)容量(MB)',
	sum( TRUNCATE ( index_length / 1024 / 1024, 2 ) ) AS '索引容量(MB)' 
FROM
	information_schema.TABLES 
WHERE
	table_schema = 'mysql';
詳解MySQL查看數(shù)據(jù)庫表容量大小的方法總結(jié)

 


4、查看指定數(shù)據(jù)庫各表容量大小

SELECT
	table_schema AS '數(shù)據(jù)庫',
	table_name AS '表名',
	table_rows AS '記錄數(shù)',
	TRUNCATE ( data_length / 1024 / 1024, 2 ) AS '數(shù)據(jù)容量(MB)',
	TRUNCATE ( index_length / 1024 / 1024, 2 ) AS '索引容量(MB)' 
FROM
	information_schema.TABLES 
WHERE
	table_schema = 'mysql' 
ORDER BY
	data_length DESC,
	index_length DESC;

詳解MySQL查看數(shù)據(jù)庫表容量大小的方法總結(jié)

分享到:
標(biāo)簽:數(shù)據(jù)庫 MySQL
用戶無頭像

網(wǎng)友整理

注冊時(shí)間:

網(wǎng)站:5 個(gè)   小程序:0 個(gè)  文章:12 篇

  • 51998

    網(wǎng)站

  • 12

    小程序

  • 1030137

    文章

  • 747

    會員

趕快注冊賬號,推廣您的網(wǎng)站吧!
最新入駐小程序

數(shù)獨(dú)大挑戰(zhàn)2018-06-03

數(shù)獨(dú)一種數(shù)學(xué)游戲,玩家需要根據(jù)9

答題星2018-06-03

您可以通過答題星輕松地創(chuàng)建試卷

全階人生考試2018-06-03

各種考試題,題庫,初中,高中,大學(xué)四六

運(yùn)動步數(shù)有氧達(dá)人2018-06-03

記錄運(yùn)動步數(shù),積累氧氣值。還可偷

每日養(yǎng)生app2018-06-03

每日養(yǎng)生,天天健康

體育訓(xùn)練成績評定2018-06-03

通用課目體育訓(xùn)練成績評定