Loading the code workspace…
Write a C program that models and benchmarks an LSM tree configuration.
Requirements:
RocksDB's own tuning guide walks operators through exactly this write/read/space amplification triangle before they pick compaction settings for a production cluster. Facebook, LinkedIn, and other RocksDB users routinely trade 10-30x write amplification for bounded read latency — the same tradeoff this task asks you to quantify.