An open API service indexing awesome lists of open source software.

https://github.com/adarsh-kmt/lsmtree

A LSM tree, implemented in Go.
https://github.com/adarsh-kmt/lsmtree

data-structures data-structures-and-algorithms database lsm-tree

Last synced: 3 months ago
JSON representation

A LSM tree, implemented in Go.

Awesome Lists containing this project

README

          

# LSMTree
A LSM tree, implemented in Go.

## Format of SSTable

| Block Name |
|:---------------:|
| Header Block |
| Data Block 1 |
| Data Block 2 |
| . |
| . |
| Data Block N-1 |
| Data Block N |
| Index Block |
| Meta Data Block |