Database Internals

A Deep-Dive into How Distributed Data Systems Work

280 pages

English language

Published Jan. 28, 2019 by O'Reilly Media, Incorporated.

ISBN:
978-1-4920-4034-7
Copied ISBN!

View on OpenLibrary

(5 reviews)

When it comes to choosing, using, and maintaining a database, understanding its internals is essential. But with so many distributed databases and tools available today, it’s often difficult to understand what each one offers and how they differ. With this practical guide, Alex Petrov guides developers through the concepts behind modern database and storage engine internals.

Throughout the book, you’ll explore relevant material gleaned from numerous books, papers, blog posts, and the source code of several open source databases. These resources are listed at the end of parts one and two. 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, with differences and use-cases for each
Storage building blocks: Learn how database files are …

1 edition

Really liked it

This is a peak into complexity of modern databases. The narrative is disjointed sometimes, but overall it's a good overview of database internals. I didn't quite like the first part of the book (B-trees, LSM-trees and such), but the second part about distributed systems and their problems was very solid.

Good refresher for anybody who read DDIA and almost forgot what it was about.

avatar for jecabeda

rated it

avatar for sunng

rated it

avatar for dmathieu

rated it

avatar for TomaszSv

rated it

Lists