From 9b7ddcf8284231a9db19f3fe9959f1ac00e9795b Mon Sep 17 00:00:00 2001 From: Yusuke Hata Date: Sun, 19 Jun 2022 17:40:04 +0900 Subject: [PATCH] add replication --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 869c3ad..e0869d5 100644 --- a/README.md +++ b/README.md @@ -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.