当前位置:网站首页>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 .
边栏推荐
- 【UML】UML类图
- 开发那些事儿:Linux系统中如何安装离线版本MySQL?
- MySQL download and installation tutorial
- 德国AgBB VoC有害物质测试
- PO模式简介「建议收藏」
- Construction and practice of full stack code test coverage and use case discovery system
- 力扣------统计包含给定前缀的字符串
- 拓維信息使用 Rainbond 的雲原生落地實踐
- Development: how to install offline MySQL in Linux system?
- 【DesignMode】单例模式(singleton pattern)
猜你喜欢

Opengauss database source code analysis series articles -- detailed explanation of dense equivalent query technology (Part 1)

Pyth Solana is a bridge connecting reality on the chain

在广州的朋友,有机会可以参加下

Gateway服务网关

年复一年,为什么打破数据孤岛还是企业发展的首要任务

Task01:初识数据库与SQL(笔记1)

【DesignMode】工厂模式 (factory pattern)

简述机器学习中的特征工程

France a+ France VOC label highest environmental protection level

JVM常见问题
随机推荐
MySQL download and installation tutorial
torch stack() meshgrid()
MQ的选择(2022.5.9-5.15)
Opencv data type code table dtype
20220528 [talk about fake chips] those who are greedy for cheap often suffer heavy losses. Take stock of those fake memory cards and solid state drives
Pyth-Solana链上联通现实的桥梁
Kubernetes----Pod配置容器启动命令
How JS correctly clears all child elements under an element
项目配置了eslint,编辑器没有关闭eslint功能的情况下,eslint没有生效
Business Intelligence BI and business management decision-making thinking 4: business cost analysis
「杂谈」如何改善数据分析工作中的三大被动局面
PO模式简介「建议收藏」
10 statistical methods commonly used for "dry goods" data analysis, with key application scenarios attached
Practical application of "experience" crawler in work "theory"
简述机器学习中的特征工程
mysql函数获取全路径
How to improve the three passive situations in data analysis
Connect to lab server
Iris, the web framework of go
商业智能BI与业务管理决策思维之四:业务成本分析