|
|
|
|
|
by benpacker
852 days ago
|
|
The end result is almost the same as an audit table except there's much more work to do at read time, and some queries simply cannot scale as they need to with this approach. In general for most apps you'd rather have 2 writes (write to table and write to audit table) than 1 write to the event log and hard to scale reads. |
|