From 1c8908ae1d09e5c7619830c3a9b4956bbeba3cfe Mon Sep 17 00:00:00 2001 From: marvin-j97 Date: Tue, 11 Jun 2024 13:29:18 +0200 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 65f280a..0d952ba 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Generic value log implementation for key-value separated storage, inspired by Ro - Supports generic KV-index structures (LSM-tree, ...) - Built-in per-blob compression (LZ4, Miniz) (optional) - In-memory blob cache for hot data - can be shared between multiple value logs to cap memory usage +- On-line garbage collection Keys are limited to 65536 bytes, values are limited to 2^32 bytes.