开发者

filesystem semantics for data bases

开发者 https://www.devze.com 2023-02-04 18:48 出处:网络
Does anyone know which file system semantics current database systems (e.g. mysql) need. I searched throughout the net and found th开发者_开发技巧at the BerkleyDB you can read, that every file system

Does anyone know which file system semantics current database systems (e.g. mysql) need. I searched throughout the net and found th开发者_开发技巧at the BerkleyDB you can read, that every file system with POSIX semantics can be used. But I wonder if true POSIX semantics are really needed or if a subset is sufficient.

Any hint will be appreciated.


One way to look for your answer is to search for answers to questions such as "running BerkeleyDB out of NFS". Since NFS is very common, but has relaxed semantics, these answers have surely been asked.


It might not be a complete answer, but the section 2.0 of the article "Atomic Commit In SQLite" discusses the assumptions on the underlying storage.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号