low performance in sync=always (iops throughput) #14082
Replies: 5 comments 4 replies
-
How did you assemble your pool? Please post "zpool status -v". |
Beta Was this translation helpful? Give feedback.
-
I am not a ZFS expert, but I think the way your pool was created is the issue. Essentially, you put all drives in the same vDev, and I believe, this gives you the performance of the slowest drive in the vDev. Check out this URL for a deep dive into creating multiple vdevs from single drives in your pool. That will probably provide the fastest performance. |
Beta Was this translation helpful? Give feedback.
-
As I indirectly alluded to above, I think I'm a little entertained by the combination of What are you trying to accomplish by setting those two? |
Beta Was this translation helpful? Give feedback.
-
What SSDs are you using? Not all SSDs are equal on synchronous write latency. And with logbias=throughput you depend on the latency of all SSDs, you likely don't want it. And unless your SLOG is dramatically better, you may not need it either. Check the huge collection of people experience on this topic: https://www.truenas.com/community/threads/slog-benchmarking-and-finding-the-best-slog.63521/ . |
Beta Was this translation helpful? Give feedback.
-
When you are doing Vdbench, the benchmark is not being done with the equivalent of sync=always, which is extremely expensive and probably has no equivalent in vdbench. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
zfs version 2.1.5

the figure is show my zfs config
I think “sync =always ,logbias =throughput“ is the reason cause my low zfs performance
and for example we have made a stress test on 8 SSDs directly without going through zfs by using Vdbench(power workload) , the outcome shows 10GB/s throughput
but with zfs the outcome shows 800MB/s
could someone tell me the reason why the outcome show such low performance?
Beta Was this translation helpful? Give feedback.
All reactions