Tag

extents

0 views collected around this technical thread.

Ops Development Stories
Ops Development Stories
Jun 22, 2021 · Fundamentals

How Ext4 Stores Data: Inodes, Extents, and Directory Indexes Explained

This article explains how the ext4 file system organizes data using inodes, direct and indirect blocks, extents, and directory indexing, detailing the structures, code definitions, and performance implications for both small and large files.

Inodedirectory-indexext4
0 likes · 13 min read
How Ext4 Stores Data: Inodes, Extents, and Directory Indexes Explained
Aikesheng Open Source Community
Aikesheng Open Source Community
Nov 14, 2019 · Databases

Understanding InnoDB Tablespace Space Management

This article explains how InnoDB stores user tables and indexes in .ibd files, describes the structure of tablespaces, pages, extents, header pages, XDES entries, INODE pages, and file segments, and shows how indexes allocate and free these internal structures as they grow and shrink.

Database InternalsInnoDBPages
0 likes · 10 min read
Understanding InnoDB Tablespace Space Management