replay-returns-eager-list

Status: IN

`replay` returns an in-memory `List[WALRecord]` snapshot, not a lazy iterator — the full result set is materialized before returning, which can be large if the WAL is large

Source: entries/2026/05/28/write-ahead-log-wal-replay.md

JSON