go-bitcask

module
v0.0.0-...-c0b22f1 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2024 License: MIT

README

Go Bitcask

Bitcask implementation based on https://riak.com/assets/bitcask-intro.pdf

  • A key/value store
  • a Bitcask instance is a directory
  • One file is active in that directory for writing
  • When the file meets a size threshold, it will be closed and a new active file will be created
  • Files are immutable after closed (on purpose or server exits)

Active File

Header

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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