Hi,
i just made a fresh install with upgraded hardware (https://www.cpu-monkey.com/en/compare_cpu-intel_celeron_j4125-vs-intel_processor_n100, DDR4-3200 and a fast NVMKC3000 PCIe 4.0). On the former system i have a mdadm RAID-1 with 2 Sandisk value SSD drives and LVM on top of this.
Now i wanted to try ZFS Raid-1 using the NVM and a SSD on a SATA port as secondary:
I was hoping to get a good speed bump because of the NVM as primary disk, but the perfromance seems to be poor compared to the former MDADM RAID:
MDADM:
Is this expected?
i just made a fresh install with upgraded hardware (https://www.cpu-monkey.com/en/compare_cpu-intel_celeron_j4125-vs-intel_processor_n100, DDR4-3200 and a fast NVMKC3000 PCIe 4.0). On the former system i have a mdadm RAID-1 with 2 Sandisk value SSD drives and LVM on top of this.
Now i wanted to try ZFS Raid-1 using the NVM and a SSD on a SATA port as secondary:
Bash:
zpool status
pool: rpool
state: ONLINE
config:
NAME STATE READ WRITE CKSUM
rpool ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
nvme-eui.00000000000000000026b768660ec305-part3 ONLINE 0 0 0
ata-SSD_2.5__512GB_InnovationIT_QLC_594322207150619-part3 ONLINE 0 0 0
I was hoping to get a good speed bump because of the NVM as primary disk, but the perfromance seems to be poor compared to the former MDADM RAID:
Bash:
dd if=/dev/zero of=/tmp/test1.img bs=1G count=1 oflag=dsync
1+0 records in
1+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 3.4408 s, 312 MB/s
MDADM:
Bash:
dd if=/dev/zero of=/tmp/test1.img bs=1G count=1 oflag=dsync
1+0 records in
1+0 records out
1073741824 bytes (1,1 GB, 1,0 GiB) copied, 1,21968 s, 880 MB/s
Is this expected?