Return to previous page

Database Internals

A Deep Dive into How Distributed Data Systems Work
Summary:

The book provides a comprehensive exploration of database systems, focusing on the internal mechanisms that enable distributed data systems to operate efficiently and reliably. It covers fundamental concepts such as storage, indexing, and the intricacies of consistency models, replication, and partitioning within the context of both relational and NoSQL databases.

Key points:

1. Data Structures and Algorithms: The book focuses on key data structures and algorithms in databases, such as B-trees, LSM-trees, and hash indexes.

Books similar to "Database Internals":