Tag

data pages

0 views collected around this technical thread.

Java Architecture Diary
Java Architecture Diary
Aug 6, 2021 · Databases

How Relational Databases Ensure Durability: Inside Pages, Undo & Redo Logs

This article explains the internal mechanisms of relational databases, covering data pages, buffer pools, undo and redo logs, checkpointing, and how these components work together to provide atomicity, durability, and crash recovery while minimizing disk I/O.

Checkpointdata pagesdatabases
0 likes · 7 min read
How Relational Databases Ensure Durability: Inside Pages, Undo & Redo Logs