Commit 46df73f
committed
osd: Choose PDW over traditional RMW if number of reads required is equal
We currently only choose to do a parity delta write if the number of reads required
is fewer than for a traditional read modify write. Performance testing shows a small
benefit to doing PDW for random I/O workloads when the number of reads is the same.
Signed-off-by: Jamie Pryde <[email protected]>1 parent 0e5e1aa commit 46df73f
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | | - | |
224 | | - | |
| 223 | + | |
| 224 | + | |
225 | 225 | | |
226 | | - | |
| 226 | + | |
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| |||
0 commit comments