Hacker News new | ask | show | jobs
by vlovich123 1979 days ago
Does that generalize to databases? My understanding is that file systems are a restricted case of databases that don’t necessarily support all operations (eg transactions are smaller, can’t do arbitrary queries within a transaction, etc etc).
1 comments

I think it would, because if your underlying file system can provide crash consistency then that can be leveraged as a primitive by the database.