|
|
|
|
|
by codeaether
304 days ago
|
|
Actually, to fully utilize NVME performance, one really need to try to avoid OS overhead by leveraging AsyncIO such as IO_Uring. In fact, 4KB page works quite well if you can issue enough outstanding requests. See a paper from the link below by the TUM folks. https://dl.acm.org/doi/abs/10.14778/3598581.3598584 |
|