← Back to context

Comment by dataflow

1 year ago

I'm on my phone and this is a longer discussion than I can have here, but the performance problems they're thinking of and the ones people usually rant about on these forums are not the same ones (or same magnitude). Before being so confident it's NTFS itself that's the issue, try ReFS (and FAT32 for that matter) and tell me if you see the performance problems you've encountered actually improve a lot. And then narrow down the cause. You might be surprised how much of it had to do e.g. with filter drivers or other things. And don't forget you're still testing one particular implementation on one OS, which doesn't say anything about a different one for the same filesystem on a different OS.

I have been running ReFS for many years now on all but the system partition. But for reliability/self-heal reasons.

The MFT was annoying because if you create 1 mil files, and the delete them, the MFT will not be shrunk back.

  • > I have been running ReFS for many years now on all but the system partition. But for reliability/self-heal reasons.

    Have you ever benchmarked it against NTFS? With the same exact set of FS filter drivers running on both? How much does the performance differ?