Basically, I am trying to understand why low IOPS (such as SATA 2TB drive) are able to get a fairly fast data transfer (150 MB/s +) with around 150 IOPS while fast SSD drive can only do maybe 2 or 3 time more (400 MB/s) with 20000 IOPS?
Why do Database / ZFS sync write, need so many IOPS if a drive can do 150MB/s while reading a large file?
Is the answer all in the cache? Because the drive still need to read the data to write it to cache...
Why do Database / ZFS sync write, need so many IOPS if a drive can do 150MB/s while reading a large file?
Is the answer all in the cache? Because the drive still need to read the data to write it to cache...