khonsulabs / bonsaidb

A developer-friendly document database that grows with you, written in Rust
https://bonsaidb.io/
Apache License 2.0
1.01k stars 37 forks source link

Allow configuring cache sizes #263

Open ecton opened 1 year ago

ecton commented 1 year ago

Currently, the ChunkCache used by Nebari is hardcoded. We should add parameters to the StorageConfiguration to allow customizing the cache parameters.