Hacker News new | ask | show | jobs
by alexchantavy 703 days ago
> You need a transactional journal for every account/user, likely with a well-defined schema to describe successful changes and failed attempts.

Sounds like a row in a database to me.

Dumb question, but is that how structured log systems are implemented?