Add support for an LSM-tree-based backend with Fjall

This commit is contained in:
Julien Kritter
2024-09-13 10:40:46 +02:00
committed by Alex Auvolat
parent d64498c3d3
commit 96d7713915
10 changed files with 603 additions and 1 deletions
+4
View File
@@ -122,6 +122,10 @@ pub struct Config {
#[serde(deserialize_with = "deserialize_capacity", default)]
pub lmdb_map_size: usize,
/// Fjall block cache size
#[serde(deserialize_with = "deserialize_capacity", default)]
pub fjall_block_cache_size: usize,
// -- APIs
/// Configuration for S3 api
pub s3_api: S3ApiConfig,