Score:-3

What file systems are dominantly used in data centers?

nl flag

I would like to know what file systems are typically used in data centers and how do their performance compare to ext3/4 file system?

John Mahowald avatar
cn flag
All of them. You are thinking way too narrow if you confine yourself to Linux. In addition to ext4 and xfs there is zfs, ntfs for Windows, fat for at least EFI system partitions, jfs2 for AIX, z/OS File System for zsystem mainframes, various proprietary storage arrays, and so on. Please edit your question to be more specific with your workload characteristic (transaction processing, file share, archival) and OS platform of choice.
Score:1
in flag

I'm a tier zero cloud engineer.

There isn't one file system used everywhere. I spot checked two providers and Google cloud VMs use EXT4 by default, Oracle Cloud Infrastructure VMs use XFS. And the underlying filesystem of the hosts could be different. Then there is the storage backend. And that uses a completely different filesystem entirely. Most decisions in the cloud are based on two things.

  1. Reliability
  2. Compatibility

Our number one priority is uptime, followed by adoption. So first we want whatever is going to be as stable as possible. Performance is typically not really as strong a consideration unless there is a problem. Typically we know what performance we should be getting, and we only address performance concerns if we're not meeting expectations. Additionally, most performance trade offs are small. Typically insignificant. And when you're talking about the cloud, most performance problems can be solved by more hardware. Imagine for example if one filesystem performs slightly worse than another, but is more reliable. We would rather take the reliable file system and throw a few more servers at the problem, than use the performant file system. Better uptime is typically worth more than the performance gains of something like a different file system.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.