当前位置:网站首页>MySQL query database capacity size
MySQL query database capacity size
2022-07-24 09:38:00 【RedEric】
Make a note of , good thing , Don't forget.
select
table_schema as ' database ',
table_name as ' Table name ',
table_rows as ' Record number ',
truncate(data_length/1024/1024, 2) as ' Data capacity (MB)',
truncate(index_length/1024/1024, 2) as ' Index capacity (MB)'
from information_schema.tables
where table_schema=' Your database name '
order by table_rows desc, index_length desc;Query results

边栏推荐
- DSP development, using CCS software to establish engineering and burning
- Compilation and linking of programs
- 财务数字化转型
- 详解LinkedList
- MySQL Basics (I) -- SQL Basics
- Ansible 常用模块介绍
- Account 1-2
- RxJS Beginner Guide
- [don't bother to strengthen learning] video notes (IV) 2. Dqn realizes maze walking
- [don't bother with reinforcement learning] video notes (I) 3. Why use reinforcement learning?
猜你喜欢

Re6: reading paper licin: a heterogeneous graph based approach for automatic legal stat identification fro

It's eleven again. Those jokes about nagging programmers going home for blind dates

详解LinkedList

Build practical product help documents to improve user satisfaction
![[don't bother with reinforcement learning] video notes (I) 2. Summary of reinforcement learning methods](/img/7e/cb5bf37de4482facda723f3de7deb6.jpg)
[don't bother with reinforcement learning] video notes (I) 2. Summary of reinforcement learning methods

《动手学深度学习》(七) -- 边界框和锚框

Little dolphin "transformed" into a new intelligent scheduling engine, which can be explained in simple terms in the practical development and application of DDS

How to judge and analyze NFT market briefly through NFT go?

来阿里一年后我迎来了第一次工作变动....

数据中台:始于阿里,兴于DaaS
随机推荐
Vscode failed to use SSH Remote Connection (and a collection of other problems)
Scheme and software analysis of dual computer hot standby system "suggestions collection"
Definition and initialization of cv:: mat
Excuse me, what are the financial products with an annual interest rate of 6%
gnuplot软件学习笔记
PHP Basics - session control - Session
Spark Learning: implement compact table command
[don't bother to strengthen learning] video notes (III) 2. SARS learning realizes maze walking
web安全入门-开源防火墙Pfsense安装配置
Tang Yudi opencv background modeling
程序的编译与链接
Introduction to common ansible modules
Financial digital transformation
PHP Basics - PHP magic constants
Dorissql syntax Usage Summary
It's eleven again. Those jokes about nagging programmers going home for blind dates
Build practical product help documents to improve user satisfaction
MySQL Basics (I) -- SQL Basics
Understanding of magnetic parameters in Hall sensors
Leetcode question brushing series -- 174. Dungeon games