Deep dive into the internals of an immutable database, immudb
Table of Contents
* Introduction
* About immudb
* Basic Building Blocks
* Append-only logs
* Merkle Tree
* Timed BTree
* Persistence
* Lifecycle of a transaction in immudb
Introduction
I've been working on a fast immutable database, called immudb (developed by Codenotary), and was very curious about the immutable nature of storage. I have written this