Show HN: I built a persistent LSM-Tree storage engine in Go from scratch

Show HN: I built a persistent LSM-Tree storage engine in Go from scratch

GO-LSM: BUILDING A LOG-STRUCTURED MERGE-TREE ENGINEINTRODUCTION:I've always been curious about the internals of databases, so I decided to build my own Log-Structured Merge-Tree (LSM-Tree) engine in Go to understand the "magic" behind write-optimized storage.…

GO-LSM: BUILDING A LOG-STRUCTURED MERGE-TREE ENGINEINTRODUCTION: I've always been curious about the internals of databases, so I decided to build my own Log-Structured Merge-Tree (LSM-Tree) engine i… [+2275 chars]
Show HN: I built a persistent LSM-Tree storage engine in Go from scratch - FHMnews