My server contains 128 monitors and that caused many random write IO be submitted. If I use SSD, many writes will make it broken soon.
I read some articles about F2FS and know it works better on flash disk and random/small writing.
There are many random write IO in my server. It always degrade performance in my server.
If I mount F2FS on a HDDs? Does that works better than ext4?
====== UPDATE ======
RAID0 just for performance benchmark, actually I will use RAID5 or RAID6.
After I searched a lot, there're 2 way maybe works:
- Cache IO
- Queue IO from random IO to sequential IO <-- F2FS supports that