Hacker News new | ask | show | jobs
by renesd 3264 days ago
You can query a history table.
1 comments

Not if "client only needs to know about the entity table"
So If you need to give history access to your client I guess you can put up a "entity_history" function that will generate a snapshot entity table from his request and the log table.

It all depend on your need, RDMS schema are customely build to meet customers needs, I don't believe in proverbial Swiss knife tool anymore.