当前位置:网站首页>MySQL tablespace parsing
MySQL tablespace parsing
2022-06-28 07:55:00 【star++】
summary
The first few sections , I introduced the row record , page , Indexes (B+) Structure , Both leaf and non leaf nodes of an index are composed of pages , The size of the page is 16k, Full rows of records can be stored . So here comes the question , A table has multiple indexes , How are these indexes organized , The answer is the tablespace we are going to talk about today , Table spaces really describe how a table can reasonably store multiple indexes , That is, table data ( Index is data ).
Table space structure parsing
1. Overall table space structure

1. A tablespace is actually a file , There is mysql Under the data directory during installation
2. Every time you create a table , It will generate a .idb file , This file is a table space file
3. A table file is divided into many extend( District ), Every time 255 A zone is a group
2. Zone structure analysis
边栏推荐
- Study notes 22/1/18
- 【js】-【节流、防抖函数】
- Soft test -- software designer -- database design of afternoon questions
- Redis one master multi slave cluster setup
- asp. Net to search products and realize paging function
- Is it reliable for securities companies to register and open accounts? Is it safe?
- flex布局
- asp. Net registration page
- MySQL installation and environment variable configuration
- Online WPS tool
猜你喜欢

Online WPS tool

GoLand IDE and delve debug Go programs in kubernetes cluster

asp. Net upload image path and image name

Source code analysis of kubernetes' process of deleting pod

PLC -- Notes

剑指Offer||:链表(简单)

asp. Net datalist when there are multiple data displays

"Three routines" of digital collection market

Redis implements distributed locks

Section VI UART of zynq
随机推荐
Analyze 5 indicators of NFT project
Static resource compression reduces bandwidth pressure and increases access speed
sql分析(查询截取分析做sql优化)
HJ明明的随机数
Ice - resources
7-2 Finnish wooden chess structure Sorting
Online WPS tool
Section VI UART of zynq
HJ character count
HJ质数因子
Kubernetes理论基础
At 19:00 on Tuesday evening, the 8th live broadcast of battle code Pioneer - how to participate in openharmony's open source contribution in multiple directions
Ambari (VII) --- ambari integrated hue4.2 document (valid for personal test)
ACM notes
sql主从复制搭建
Tencent continued to lay off staff in the second half of the year, and all business groups reduced by at least 10%. What do you think of this? Followers
NDK cross compilation
SQL Master slave Replication Build
8 张图 | 剖析 Eureka 的首次同步注册表
Study notes 22/1/10