Optimization for event-sourced systems with very large event streams (e.g. advertising domains processing petabytes/day): periodically take a snapshot of state and replay only events after it. Pašalić notes a typical bank account folds in well under a second without snapshots, so this is mostly relevant for high-volume domains.