You can also protect against this kind of situation through data design – you can have an append-only (backed up) log of key operations that transform data, such that you can review that log and replay it should the need arise
By
–
You can also protect against this kind of situation through data design – you can have an append-only (backed up) log of key operations that transform data, such that you can review that log and replay it should the need arise