←back to thread

752 points crazypython | 3 comments | | HN request time: 0s | source
Show context
jrumbut ◴[] No.26370975[source]
It's amazing this isn't a standard feature. The database world seems to have focused on large, high volume, globally distributed databases. Presumably you would't version clickstream or IoT sensor data.

Features like this that are only feasible below a certain scale are underdeveloped and I think there's opportunity there.

replies(3): >>26371141 #>>26371167 #>>26371310 #
1. 101008 ◴[] No.26371310[source]
Isnt the mysql log journal* what you are looking for?

* I dont remember the exact name but I refer the feature that is used to replicate actions if there was an error.

replies(2): >>26372159 #>>26372861 #
2. fiedzia ◴[] No.26372159[source]
No. Relational DB logs are kept for short time, and do not allow for branching/merging. And even if you would store full log since day 1, the only way to check state of database at some point would be to start from scratch and reply everything to desired point. For any sizeable db, that's not practical.
3. ◴[] No.26372861[source]