In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-12 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)05/31 Report--
This article mainly introduces MySQL innodb how to choose a cluster index, has a certain reference value, interested friends can refer to, I hope you read this article after a lot of gains, the following let Xiaobian take you to understand.
For innodb, the primary key is undoubtedly a clustered index. But what does innodb do when a table doesn't have a primary key or an index? See the following rules:
If a primary key is defined, it is used as a clustered index.
If no primary key is defined, the first unique non-null index of the table is treated as a clustered index.
If there is no primary key and no suitable unique index, innodb internally generates a hidden primary key as a clustered index. This hidden primary key is a 6-byte column whose value increases as the data is inserted.
Places to watch:
The leaf nodes of the secondary index do not store the physical address of the row data. It is the primary key value of the row stored.
So: the secondary index consists of two lookups. Once to find the secondary index itself. Then look up the primary key (clustered index)
Thank you for reading this article carefully. I hope that the article "MySQL innodb how to choose a cluster index" shared by Xiaobian will be helpful to everyone. At the same time, I hope that everyone will support you a lot and pay attention to the industry information channel. More relevant knowledge is waiting for you to learn!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.