Fast FS for SSD

Greetings

I am in the process of migrating some of my Linux Servers to FreeBSD and I am a newcomer to *BSD.
I am unsure of which Filesystem would be best for a SSD datapartition on a Fileserver.
Data integrity is not a concern at all, all that matters is Speed with 30-50 concurrent Threads, reading and writing.
With Linux it was EXT4 with some extra options.
 
If you look for any of the talks on Netflix and FreeBSD, they talk about using UFS instead of ZFS because they don't need the integrity aspects of ZFS and the extra overhead isn't worth it. If you have the time, it's worth it to look the Netflix talks up. If UFS is good enough for Netflix workload, chances are you should be fine.
 
Suggest you take a look at the (updated) FreeBSD handbook, section 20, to see if you need anything that ZFS supplies and go from there.
 
Back
Top