Hi,
Does tiny-lsm have plans to support key–value separation (keys stay in the LSM; large values go to a value log/blob file, e.g., WiscKey/Titan style)? This would help workloads with large values by reducing write amplification and compaction cost.
Thanks.