|
|
|
|
|
by lud_lite
428 days ago
|
|
Another option is audit info could go to another table or datastore entirely. If you never use it, that data can be dumped to s3 glacier periodically (e.g. after 90 days). By losing the foreign key you gain flexibility in what you audit. Maybe audit the operation and not the 20 writes it causes. |
|
So like OP said, no silver bullets exist for auditing.