Skip to content

页分裂的概念不准确 #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 19, 2025
Merged

Conversation

Orange-9527
Copy link
Contributor

MySQL 页分裂是指当数据页中的数据行数超过了页的容量时,MySQL 会将数据行分裂成两个或多个新的数据页,以便更好地管理数据。在分裂过程中,MySQL 会根据主键值对数据行进行排序,然后将相邻的数据行分配到同一个数据页中。如果相邻的数据行的主键值相同,则MySQL 会将这些数据行放在同一个数据页中。

MySQL 页分裂是指当数据页中的数据行数超过了页的容量时,MySQL 会将数据行分裂成两个或多个新的数据页,以便更好地管理数据。在分裂过程中,MySQL 会根据主键值对数据行进行排序,然后将相邻的数据行分配到同一个数据页中。如果相邻的数据行的主键值相同,则MySQL 会将这些数据行放在同一个数据页中。
@codinglin codinglin merged commit 6fa9123 into codinglin:main Jun 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants