|
|
|
|
|
by alaiacano
4386 days ago
|
|
Using a mutable "last active time" from some sort of users table is pretty dangerous for post-hoc analysis because if (when!) something goes wrong, the information is overwritten and gone forever. It's better to use immutable event logs as the post describes. |
|
If your last active time table is being fumbled then yes, but I'd worry about all the other parts of your data if that was the case.
Dangerous is not something I would ascribe to a "last active time" table (except if you're using it for security audit purposes)