当前位置:网站首页>Whether the SQL is indexed
Whether the SQL is indexed
2022-06-30 19:29:00 【Game programming】
Use Explain Command to view the execution plan of the statement
example :Explain select * from table
Excepting select, Others like insert,update and delete Can be used explain View execution plan
A general description :
id: Select the identifier
select_type: Represents the type of query .
table: Output result set table
partitions: Matching partition
type: Indicates the connection type of the table :ALL、index、range、 ref、eq_ref、const、system、NULL( From left to right , Performance from poor to good )
possible_keys: Possible indexes
key: Actual index used
key_len: Length of index field
ref: Comparison of columns and indexes
rows: Number of lines scanned ( The estimated number of lines )
filtered: Percentage of rows filtered by table criteria
Extra: Description and description of implementation
————————————————
Link to the original text :https://blog.csdn.net/yao583224426/article/details/121691683
author : I love spicy
Game programming , A game development favorite ~
If the picture is not displayed for a long time , Please use Chrome Kernel browser .
边栏推荐
- 设计电商秒杀系统
- ros advertise 发布数据小技巧--latch配置
- Kalman filter -- Derivation from Gaussian fusion
- RFFE中MIPI协议
- Go Redis连接池
- nats集群部署
- 10 statistical methods commonly used for "dry goods" data analysis, with key application scenarios attached
- 详解kubernetes备份恢复利器 Velero | 深入了解Carina系列第三期
- How to configure webrtc video stream format playback in the new version of easygbs?
- 项目配置了eslint,编辑器没有关闭eslint功能的情况下,eslint没有生效
猜你喜欢

How to seamlessly transition from traditional microservice framework to service grid ASM

Kalman滤波器--从高斯融合推导

Electron 入门

美国服务器租用和托管服务哪个好?

Entropy - conditional entropy - joint entropy - mutual information - cross entropy

DTD modeling

Connect to lab server

Gateway服务网关
![Delete duplicate elements in the sorting linked list ii[unified operation of linked list nodes --dummyhead]](/img/dd/7df8f11333125290b4b30183cfff64.png)
Delete duplicate elements in the sorting linked list ii[unified operation of linked list nodes --dummyhead]

设计电商秒杀系统
随机推荐
「干货」数据分析常用的10种统计学方法,附上重点应用场景
究竟有哪些劵商推荐?另外,手机开户安全么?
反射创建实例三种方式(2022.6.6-6.12)
【PHP】自研框架QPHP,qphp框架使用
Kubernetes----Pod配置容器启动命令
Coding officially entered Tencent conference application market!
Unlimited cloud "vision" innovation | the 2022 Alibaba cloud live summit was officially launched
开发那些事儿:Linux系统中如何安装离线版本MySQL?
JS string interception method summary
Kalman滤波器--从高斯融合推导
Brief introduction of Feature Engineering in machine learning
How to use xUnit framework to maintain test cases?
MQ的选择(2022.5.9-5.15)
CTF流量分析常见题型(二)-USB流量
【UML】UML类图
LinkedList的简单用法(2022.6.13-6.19)
mysql函数获取全路径
NBI可视化平台快速入门教程(五)编辑器功能操作介绍
Construction and practice of full stack code test coverage and use case discovery system
Neon optimization 2: arm optimization high frequency Instruction Summary