Tagged articles
3 articles
Page 1 of 1
ITPUB
ITPUB
Nov 4, 2020 · Operations

Understanding Linux ext4 File System: Inodes, Extents, and Caching Mechanisms

This article explains the core design of Linux file systems, covering strict organization, block and inode structures, ext4 formatting details such as extents and meta block groups, directory storage, journaling modes, and the kernel's cached and direct I/O paths for reading and writing files.

Linuxext4extents
0 likes · 21 min read
Understanding Linux ext4 File System: Inodes, Extents, and Caching Mechanisms
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