Tag

page size

1 views collected around this technical thread.

Full-Stack Internet Architecture
Full-Stack Internet Architecture
Jun 5, 2021 · Databases

How Many Rows Can a MySQL InnoDB B+Tree Store?

This article explains InnoDB's storage hierarchy (sector, block, page), calculates how many rows fit in a 16KB page, shows how B+‑tree height and pointer counts determine total record capacity, and demonstrates the I/O cost of primary and secondary index lookups using practical MySQL commands.

B-TreeInnoDBMySQL
0 likes · 8 min read
How Many Rows Can a MySQL InnoDB B+Tree Store?
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Dec 4, 2020 · Databases

Understanding InnoDB Page Size and Its Impact on MySQL Performance

This article explains the fundamentals of MySQL InnoDB page size, how it interacts with operating system pages, and the performance implications for rows, indexes, and tablespaces, providing practical guidance for choosing optimal page sizes in production environments.

Database StorageInnoDBMySQL
0 likes · 8 min read
Understanding InnoDB Page Size and Its Impact on MySQL Performance
Architecture Digest
Architecture Digest
Jun 19, 2020 · Databases

How Many Rows Can an InnoDB B+ Tree Store?

This article explains the storage units of InnoDB, how B+‑tree indexes are organized on pages, calculates the maximum number of rows a B+ tree can hold based on page size and pointer count, and shows how to determine the tree height from the tablespace file.

B-TreeInnoDBMySQL
0 likes · 9 min read
How Many Rows Can an InnoDB B+ Tree Store?