Crates.io | value-log |
lib.rs | value-log |
version | 1.1.1 |
source | src |
created_at | 2024-03-12 19:42:24.836005 |
updated_at | 2024-10-26 21:06:53.817708 |
description | Value log implementation for key-value separated LSM storage |
homepage | https://github.com/fjall-rs/value-log |
repository | https://github.com/fjall-rs/value-log |
max_upload_size | |
id | 1170927 |
size | 105,151 |
Generic value log implementation for key-value separated storage, inspired by RocksDB's BlobDB [1] and Titan [2] and implemented in safe, stable Rust.
This crate is intended as a building block for key-value separated storage. You probably want to use https://github.com/fjall-rs/fjall instead.
Keys are limited to 65536 bytes, values are limited to 2^32 bytes.
Enables serde
derives.
Disabled by default.
The disk format is stable as of 1.0.0. Future breaking changes will result in a major version bump and a migration path.
All source code is licensed under MIT OR Apache-2.0.
All contributions are to be licensed as MIT OR Apache-2.0.