sql: the "updatedAt" column in system.web_sessions is not used anywhere and should be removed #90790
Labels
C-cleanup
Tech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.
T-observability
This column was spelled out in the original RFC (docs/RFCS/20170628_web_session_login.md) but is not used anywhere.
It's always NULL.
On the other hand, we probably do not want to use it anyway: storing an update to it upon every access to an HTTP API would be too expensive.
So it should be simply removed and the corresponding mechanisms simplified.
Jira issue: CRDB-20948
Epic CRDB-21265
The text was updated successfully, but these errors were encountered: