Slide 37
Slide 37 text
sendfile(2) could block
37
•However, consumers sometimes try to read old data for catch-up
•If the data is not in page cache, sendfile(2) needs to read the data from
the device (HDD), which is significantly slow
•refs: https://logmi.jp/tech/articles/320330
Producer
Write
Consumer
Read
Log segment file
Page
Page
Page
Not in page cache