module
Version:
v0.0.0-...-c0b22f1
Opens a new window with list of versions in this module.
Published: Apr 8, 2024
License: MIT
Opens a new window with license information.
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
Directories
¶
Click to show internal directories.
Click to hide internal directories.