当前位置:网站首页>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;
边栏推荐
- MySQL index
- 数据读写:Unity中基于C#脚本实现数据读写功能
- Shenzhou ares tx6 boot logo modification tutorial
- Mysql database user management
- 雲服務器部署 Web 項目
- [deep learning] data segmentation
- 观察者模式、状态模式在实际工作中的使用
- Develop stylelint rules from zero (plug-ins)
- Create uiactionsheet [duplicate] - creating uiactionsheet [duplicate]
- [secretly kill little partner pytorch20 days] - [day4] - [example of time series data modeling process]
猜你喜欢

雲服務器部署 Web 項目
![[GPU] basic operation of GPU (I)](/img/ce/0ca8c63525038fea64c40aabd17fc6.jpg)
[GPU] basic operation of GPU (I)

Basic operations of C language

MySQL存储系统

1380. lucky numbers in matrices

Dynamic programming -- gliding wing of the strange thief Kidd

【LeetCode】236. Nearest common ancestor of binary tree
![[GPU] basic operation](/img/76/6b22368e3addd30aef1dd2258ee49a.jpg)
[GPU] basic operation

Idea of capturing mobile terminal variant combination

STM32F103系列控制的OLED IIC 4针
随机推荐
Finally someone can make the server so straightforward
hashlips_ art_ Engine-1.0.6 usage
接口中方法详解
重构之美:当多线程批处理任务挑起大梁 - 万能脚手架
Master slave synchronization of MySQL database to realize read-write separation
What indicators should safety service engineers pay attention to in emergency response?
Golang's handwritten Web Framework
Detailed explanation of issues related to SSL certificate renewal
Sword finger offer 22 The penultimate node in the linked list
二十四、输入输出设备模型(串口/键盘/磁盘/打印机/总线/中断控制器/DMA和GPU)
SHELL
Cisco VXLAN配置
At the beginning of 2022, people who are ready to change jobs should pay attention to
Promise knowledge points
ES6扩展运算符(...)
数据读写:Unity中基于C#脚本实现数据读写功能
Potential bottleneck of redis
What do you think of the deleted chat records? How to restore the deleted chat records on wechat?
[openstack]-01- basic introduction
Sword finger offer 29 Print matrix clockwise