What's Changed
- fix(storage): bound DuckDB compaction merge to prevent silent OOM by @adubovikov in #946
Compaction on hep_proto_1_call could SIGKILL the process with no Out of Memory log (catalog lock held, RSS 100%, UI 5xx). Stay on engine=duckdb — do not switch to engine=native. Merge now defaults to 32 operations/cycle, max_file_size 64MB, and threads=1 on a dedicated connection (#945).
Full Changelog: 11.0.319...11.0.320