Difficulty: Advanced
What is an 'Append-Only' or Immutable data pattern?
Instead of updating rows, you always insert a new row with the latest state and a timestamp. Provides a perfect audit tail and historical snapshots.
Event Sourcing, Audit
JavaScript is required for the interactive version of this page, including the code playground and progress tracking. Browse all InternHack tutorials.