Hacker News new | ask | show | jobs
by isignal 506 days ago
The transaction log maintained from time 0 would be equivalent but too expensive to store compared to the tables.
2 comments

If you relax your constraint to "retain logs for the past N days", you can accumulate the logs from T=0 to T=(today - N) into tables and still benefit from having snapshots from that cutoff onwards.
On the contrary, I’ve known plenty of sites that keep their logs.

Often written to tape, for obvious reasons.