From c2cb2650ebc80fe519c28f1773d742e451b70554 Mon Sep 17 00:00:00 2001 From: gifted_dl <52675260+Gifted-s@users.noreply.github.com> Date: Thu, 5 Sep 2024 22:56:52 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f31aa5f..cc8aaaf 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ VelarixDB is an LSM-based storage engine designed to significantly reduce IO amp ## Introduction -**VelarixDB: Designed to reduce I/O amplification** +**VelarixDB: Designed to reduce IO amplification** VelarixDB is an ongoing project (*not production ready*) designed to optimize data movement during load times and compaction. Inspired by the WiscKey paper, [WiscKey: Separating Keys from Values in SSD-conscious Storage](https://usenix.org/system/files/conference/fast16/fast16-papers-lu.pdf), velarixdb aims to significantly enhance performance over traditional key-value stores.