|
|
|
|
|
by eivanov89
85 days ago
|
|
That's a popular DBMS pattern. We chosen writes over reads, because on many NVMe devices writes are faster and it is easier to measure software latency. I guess that in case of sequential I/O result would be similar. However with larger blocks and less IOPS the difference might be smaller. |
|