Hacker News new | ask | show | jobs
by tracker1 2847 days ago
Isn't there usually a typical part of cleanup where journal entries/logs are rolled up/truncated?

Though, I get what you mean... the format in question would allow for querying changes against a given table for the last 5. With your solution, you'd have to go through the whole journal to track all the changes for a given record, and present it in a history format, with say diffing.