Designing Data-Intensive Applications: Chapter Three — Storage and Retrieval
The main purpose of a database is simple: when you give it data, it stores it, and when you ask for that data later, it retrieves it. Most of the time, you won’t be building a storage engine from scratch—but understanding how these engines work is cr...
my-journey-into-ddip.hashnode.dev5 min read