CRUD Tables Need to Die(medium.com) |
CRUD Tables Need to Die(medium.com) |
The query plan for a regular query would be modified so that all referenced rows would be restricted to the matching row with the most recent timestamp. A temporal query would be restricted to the row with the most recent timestamp that was less than or equal to the provided time.
I'd think carefully before adding more complexity. Of course this is depending on what you are doing (accounting app vs a HN clone for example).