Skip to content

Commit

Permalink
add replication
Browse files Browse the repository at this point in the history
  • Loading branch information
octu0 committed Jun 19, 2022
1 parent a88d259 commit 9b7ddcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Go Report Card](https://goreportcard.com/badge/github.com/octu0/bitcaskdb)](https://goreportcard.com/report/github.com/octu0/bitcaskdb)
[![Releases](https://img.shields.io/github/v/release/octu0/bitcaskdb)](https://github.com/octu0/bitcaskdb/releases)

Original code is [bitcask](https://git.mills.io/prologic/bitcask) and bitcaskdb modifies I/O operations.
Original code is [bitcask](https://git.mills.io/prologic/bitcask) and bitcaskdb modifies I/O operations and implement replication.
Small Value are still operated in memory, large Value are directly I/O operation on disk.
This makes it possible to perform Merge operations and large data store with minimal RAM utilization.

Expand Down

0 comments on commit 9b7ddcf

Please sign in to comment.