Hacker News new | past | comments | ask | show | jobs | submit login

> The main feature of the fs is versioning/snapshotting. Only one version is writable and all the old versions are immutable.



Yes, that's what version control does. `git init` followed by git commits every time you update the db would do exactly the same, so: what is the specific benefit of this approach compared to just version controlling the db file itself?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: