Hi.
i have server with hard-raid. The raid has 8 ssd. I made two logical disk. In first disk i use ext4, where is OS-system. On second disk i had test with ext4 and zfs.
When use ext4 i have perfomance 1.3 GB/s. When use zfs and compresion=off then i have 540MB/s. When use zfs and compresion=on, then i have 1.3GB/s.
Is it normal that ext4 have 1.3GB/s and not use compresion and zfs have 1.3GB/s with compresion=on only?
Thank you.
comman fo my test:
sync; dd if=/dev/zero of=/rpool/test5 bs=1M count=204800; sync
i have server with hard-raid. The raid has 8 ssd. I made two logical disk. In first disk i use ext4, where is OS-system. On second disk i had test with ext4 and zfs.
When use ext4 i have perfomance 1.3 GB/s. When use zfs and compresion=off then i have 540MB/s. When use zfs and compresion=on, then i have 1.3GB/s.
Is it normal that ext4 have 1.3GB/s and not use compresion and zfs have 1.3GB/s with compresion=on only?
Thank you.
comman fo my test:
sync; dd if=/dev/zero of=/rpool/test5 bs=1M count=204800; sync