Published an article
At the fundamental of any database, it stores data when we give it and retrieves data when we ask for it.

We won't build a new database engine, but we roughly need to know how these operations work with hash indexes, LSM trees, SSTables, and B-Trees.


Data Storage and Retrieval