Closed sdsz20142087 closed 12 months ago
As mentioned elsewhere, a document (or Issue here), clearly enumerating the options and tradeoffs of each, what they accomplish and how, and what overheads one might expect (prior to actually measuring it), would be good.
Optimization about I/O performance.
Virtio-fs:support VM access file system of the host in high performance, avoid swithing between kernal and user space frequently. https://github.com/virtio-win/kvm-guest-drivers-windows
SPDK: handle I/O in user space instead of using stack and heap in the kernal space. https://github.com/spdk/spdk/tree/master
write investigation in design doc, including inner logic using graph.