Inspired by... but admittedly off-topic... I had recently been wondering how people keep a full auditable history of their data. I've used Hibernate Envers in the past or the now seemingly-defunct Temporal Tables extension for PostgreSQL. What are people using these days? Is DoltLab it, or are there more common solutions?
I can’t figure out if this is a real product or a joke site? The name is confusing.<p>If it’s a real product it’s cool, I’ve wanted something like this for a while (currently I just use git repos full of JSON files but this would be better I think).
Nice. While I haven't used Dolt, I've definitely enjoyed reading the blog, sepecially the MySQL compatability stuff and some of the other fun ones (like the alcohol dispenser project). Good luck guys!
So many questions about the git-like semantics.<p>- how are shas created?<p>- assuming you hash the entire diff, can columns be ignored? e.g. timestamps or other "unimportant" data<p>- do any two insertions into a table "conflict"?