ended7월 27일· 1 sources

Building SaarDB, Part 4: Transactions

Why it matters

In Parts 1-3, we built a storage engine: WAL, memtable, SSTables, and compaction. Every operation is a single GET or PUT. But real applications rarely need just one write at a time. Problem: Multiple ...

1
Sources
+0
24h
Growth
6d
Active

Sources

Related Issues