
Database Internals
A Deep Dive into How Distributed Data Systems Work, 1st Edition
Author: Alex Petrov
Narrator: Mike Chamberlain
Unabridged: 12 hr 51 min
Format: Digital Audiobook Download
Publisher: Ascent Audio
Published: 12/27/2022
Categories: Nonfiction, Computers & Technology, Data Science
Includes:
Bonus Material
![]()
Synopsis
Throughout the book, you'll explore relevant material gleaned from numerous books, papers, blog posts, and the source code of several open source databases. You'll discover that the most significant distinctions among many modern databases reside in subsystems that determine how storage is organized and how data is distributed. This book examines:
● Storage engines: Explore storage classification and taxonomy, and dive into B-Tree-based and immutable Log Structured storage engines
● Storage building blocks: Learn how database files are organized to build efficient storage, using auxiliary data structures
● Distributed systems: Learn how nodes and processes connect and build complex communication patterns
● Database clusters: Which consistency models are commonly used by modern databases and how distributed storage systems achieve consistency


