66f1628238
Changes the WAL replay logic to: * Replay a segment file * Persist all replayed data * Drop segment file * ...repeat... This ensures old WAL segments are removed once their contents have been made durable, fixing #6461. |
||
---|---|---|
.. | ||
README.md | ||
wal.rs |
README.md
ingester2
benchmarks
Run them like this:
% cargo bench -p ingester2 --features=benches
This is required to mark internal types as pub
, allowing the benchmarks to
drive them.