The bottleneck on the local system for ACID compliant databases are mostly the raw disk write speeds rather than the file system, though highly available systems for massive dataloads do use filesystems specifically made for that.
Concepts from databases have been borrowed for filesystems currently in use – Hadoop FS for example – but it’s just not worth the extra hassle over the more traditional options in most cases.
Latest Answers