Readit News logoReadit News
rahulskn86 commented on Learn to develop Key-Value databases from scratch (Java)   dbfromzero.com/projects.h... · Posted by u/rahulskn86
rahulskn86 · 3 years ago
The author builds complexity of the databases step by step. Each step has detailed explanations, code, benchmarks and tradeoff decisions that are being talked through. Some of the topics include

Persisting records and indices on disk for both read-only and read/write databases (LSM trees)

Write ahead logs for durability

Managing concurrent operations through different locking approaches

u/rahulskn86

KarmaCake day242March 18, 2018View Original