当前位置:网站首页>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

边栏推荐
- 分类与回归的区别
- PHP caching system - PHP uses Memcache
- PHP debugging tool - how to install and use firephp
- SQL optimization principles
- Vscode failed to use SSH Remote Connection (and a collection of other problems)
- Android system security - 5.3-apk V2 signature introduction
- Aruba学习笔记06-无线控制AC基础配置(CLI)
- MySQL Basics (I) -- SQL Basics
- Gnuplot software learning notes
- Cess test online line! The first decentralized storage network to provide multiple application scenarios
猜你喜欢

RxJS Beginner Guide

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

Tiflash source code reading (V) deltatree storage engine design and implementation analysis - Part 2

The next stop of data visualization platform | gifts from domestic open source data visualization datart "super iron powder"

Leetcode skimming: dynamic planning 03 (climb stairs with minimum cost)

数据中台:始于阿里,兴于DaaS

Es document CRUD

Embedded development: Tools - optimizing firmware using DRT

Compilation and linking of programs

Cess test online line! The first decentralized storage network to provide multiple application scenarios
随机推荐
Detailed sequence traversal of leetcode102 binary tree
Promise基础总结
PHP caching system - PHP uses Memcache
JS, the return statement used in the for loop should be placed in the function to terminate the loop, similar to the invalid return problem in break & foreach
2021 robocom world robot developer competition - undergraduate group (Preliminary) problem solution
Account 1-3
[don't bother with reinforcement learning] video notes (I) 3. Why use reinforcement learning?
[example of URDF exercise based on ROS] use of four wheeled robot and camera
Nuxt 路由切换后 asyncData 跨域报错
RxJS Beginner Guide
Problems and abuse of protocol buffers
C#/VB. Net: convert word or EXCEL documents to text
MySQL Basics (I) -- SQL Basics
js定位大全获取节点的兄弟,父级,子级元素含robot实例
[don't bother to strengthen learning] video notes (II) 1. What is Q-learning?
Gin framework uses session and redis to realize distributed session & Gorm operation mysql
Opencv learning Day5
Scheme and software analysis of dual computer hot standby system "suggestions collection"
Little dolphin "transformed" into a new intelligent scheduling engine, which can be explained in simple terms in the practical development and application of DDS
Ue5 film and television animation rendering MRQ layered learning notes