当前位置:网站首页>Clustered index (clustered index), nonclustered index (nonclustered index)
Clustered index (clustered index), nonclustered index (nonclustered index)
2022-06-24 19:32:00 【Jade label】
Clustered index ( Cluster index ):1、 The order of indexes is consistent with the physical order of records . 2、 Leaf nodes are data nodes
Nonclustered indexes ( Nonclustered index ):1、 The order of the indexes is inconsistent with the physical order of the records . 2、 Leaf nodes are pointer nodes .
Clustered index ( Cluster index ) And nonclustered indexes ( Nonclustered index ) All are B+ Trees .
MyISAM The default is nonclustered index , There are two files , Data files and index files
InnoDB The default is clustered index , A file data file is an index file .
InnoDB The engine primary key index is a clustered index
InnoDB Primary key index of , Directly query data , The auxiliary index first looks up the keyword , Checking data .
InnoDB Engine its secondary index , Its leaf node stores the value of the primary key
The link to the reference article is as follows :
https://blog.csdn.net/qq_37189082/article/details/99246581
https://blog.csdn.net/qq_43193797/article/details/88593304
https://www.jianshu.com/p/d95d6d692e2c
How to create clustered and nonclustered indexes
https://zhidao.baidu.com/question/918836349194987379.html
Additional interview questions
边栏推荐
- Pingcap was selected as the "voice of customers" of Gartner cloud database in 2022, and won the highest score of "outstanding performer"
- How to customize cursor position in wechat applet rotation chart
- subject may not be empty [subject-empty]
- UART communication (STM32F103 library function)
- cdc sql表里面的datetime要用什么类型替换
- 《Go题库·11》channel的应用场景
- Starring V6 platform development take out point process
- Will the CDC read out of order when I use SQL
- Xiaodi class massive data processing business short chain platform
- 佛祖保佑 永无BUG
猜你喜欢

Power supply noise analysis

Capacitive inching touch switch module control (stm32f103c8t6)

php OSS文件讀取和寫入文件,workerman生成臨時文件並輸出瀏覽器下載

Mqtt protocol usage of LabVIEW

Obstacle avoidance sensor module (stm32f103c8t6)

通过SCCM SQL生成计算机上一次登录用户账户报告

php OSS文件读取和写入文件,workerman生成临时文件并输出浏览器下载

工作6年,月薪3W,1名PM的奋斗史

Intel and Microsoft give full play to the potential energy of edge cloud collaboration to promote the large-scale deployment of AI

数字孪生行业案例:智慧港口数字化
随机推荐
Starring develops httpjson access point + Database
PingCAP 入选 2022 Gartner 云数据库“客户之声”,获评“卓越表现者”最高分
Programmers spend most of their time not writing code, but...
Northwestern Polytechnic University attacked by hackers? Two factor authentication changes the situation!
R for Data Science (notes) -- data transformation (used by filter)
ls 常用参数
Unity mobile game performance optimization spectrum CPU time-consuming optimization divided by engine modules
Pingcap was selected as the "voice of customers" of Gartner cloud database in 2022, and won the highest score of "outstanding performer"
敏捷之道 | 敏捷开发真的过时了么?
8 challenges of BSS application cloud native deployment
The script implements the automated deployment of raid0
###脚本实现raid0自动化部署
Saltstack state state file configuration instance
Zadig + cave Iast: let safety dissolve in continuous delivery
通过SCCM SQL生成计算机上一次登录用户账户报告
Introduction to smart contract security audit delegatecall (2)
What type of datetime in the CDC SQL table should be replaced
Vs2017 add header file path method
Huawei machine learning service speech recognition function enables applications to paint "sound" and color
論文解讀(SR-GNN)《Shift-Robust GNNs: Overcoming the Limitations of Localized Graph Training Data》