当前位置:网站首页>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 .
边栏推荐
- 反射创建实例三种方式(2022.6.6-6.12)
- mysql修改数据类型_MySQL修改字段类型[通俗易懂]
- js 字符串截取方法汇总
- 20220607 fell below the recommended retail price, and the GPU market is moving towards oversupply
- Entry node of link in linked list - linked list topic
- German agbb VOC hazardous substances test
- 手机炒股开户安全嘛!?
- 【PHP】自研框架QPHP,qphp框架使用
- 拓維信息使用 Rainbond 的雲原生落地實踐
- Ambient light and micro distance detection system based on stm32f1
猜你喜欢
VMware16安装Win11虚拟机(最全步骤+踩坑)
Pyth-Solana链上联通现实的桥梁
Entry node of link in linked list - linked list topic
Electron 入门
Sqlserver SQL Server Management Studio and transact SQL create accounts and create read-only users to access the specified database
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
熵-条件熵-联合熵-互信息-交叉熵
嵌入式软件开发新趋势:DevOps
Business Intelligence BI and business management decision-making thinking 4: business cost analysis
Kalman filter -- Derivation from Gaussian fusion
随机推荐
Large file transfer software based on UDP protocol
「经验」爬虫在工作中的实战应用『实现篇』
基于STM32单片机的测温仪
Cobbler轻松上手
德国AgBB VoC有害物质测试
阿里天池SQL训练营学习笔记5
Redis beginner to master 01
com. alibaba. fastjson. Jsonobject tojsonstring eliminate circular reference
Configure server environment
MQ的选择(2022.5.9-5.15)
How to use xUnit framework to maintain test cases?
3.10 haas506 2.0 development tutorial example TFT
Entropy - conditional entropy - joint entropy - mutual information - cross entropy
NBI visual platform quick start tutorial (V) introduction to editor functions and operations
浏览器窗口切换激活事件 visibilitychange
Introduction to Po mode "suggestions collection"
MQ优缺点(2022.5.2-5.8)
Small notes - integer improvement (C language)
嵌入式软件开发新趋势:DevOps
Entry node of link in linked list - linked list topic