minikv

command module
v0.0.0-...-5c5a2f3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 31, 2022 License: MIT Imports: 3 Imported by: 0

README

MiniKV

A naive toy implementation of a key value store based on LSM trees / SSTable.

The project is following the naming convention from Apache Cassandra and various other databases. Although the principles are the same the structures and file format used have been greatly simplified in that implementation:

  • memtable: data store, in memory
  • commit log or WAL: append only file for recovery, on disk
  • SSTable: sorted string table, on disk

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL