当前位置:网站首页>Several commands not commonly used in MySQL
Several commands not commonly used in MySQL
2022-06-30 06:02:00 【Flower master】
1、 see B+ The number of highly
SELECT b.name, a.name, index_id, type, a.space, a.PAGE_NO
FROM information_schema.INNODB_SYS_INDEXES a,
information_schema.INNODB_SYS_TABLES b
WHERE a.table_id = b.table_id AND a.space <> 0;
among PAGE_NO The height of the tree is .
2、 Compress data pages
ALTER TABLE Transaction202102 COMPRESSION=ZLIB;
OPTIMIZE TABLE Transaction202102;
边栏推荐
- Navigate back to fragmentpageradapter - & gt; Fragment is empty - navigating back to fragmentpageradapter - & gt; fragments are empty
- Turn off automatic outlining in Visual Studio - turning off automatic outlining in Visual Studio
- Implementation of property management system with ssm+ wechat applet
- 谁不想要一个自己的博客网站呢 - 搭建博客网站wordpress
- [Alibaba cloud] student growth plan answers
- [ansible series] fundamentals -01
- Using lazy < t > in C # to realize singleton mode in WPF
- OSPF - authentication and load balancing summary (including configuration commands)
- 1380. lucky numbers in matrices
- 从零开发 stylelint规则(插件)
猜你喜欢
[deep learning] data segmentation
After getting these performance test decomposition operations, your test path will be more smooth
MySQL log management, data backup and recovery
8 ways to earn passive income
Xctf attack and defense world crypto advanced area
Balanced binary tree judgment of Li Kou 110 -- classic problems
How to automatically renew a token after it expires?
Tornado frame foundation
【LeetCode】236. Nearest common ancestor of binary tree
Here comes the nearest chance to Ali
随机推荐
Luogup2756 pilot pairing scheme problem (maximum flow)
MySQL事物
【LeetCode】236. Nearest common ancestor of binary tree
10-【istio】istio Sidecar
MySQL log management, data backup and recovery
How to print pthread_ t - How to print pthread_ t
SHELL
About modifying dual system default startup item settings
[openstack]-01- basic introduction
接口中方法详解
[secretly kill little partner pytorch20 days] - [day4] - [example of time series data modeling process]
Ultra simple STM32 RTC alarm clock configuration
Force deduction exercise -- deleting repeated items in ordered sequence 1.0
电脑查看WiFi使用密码
inno setup 最简单的自定义界面效果
云服务器部署 Web 项目
Problems related to pinduoduo store search, why can't new products be found on the shelves
Who is promoting the new inflection point of audio and video industry in 2022?
Dao -- a beautiful new world?
Codeforces B. MEX and Array