Closed tabokie closed 3 years ago
Signed-off-by: tabokie xy.tao@outlook.com
Previously fsync() will be called within pipe log when buffered data exceeds bytes_per_sync. Moving this logic to engine side so that one write group calls fsync() at most once.
bytes_per_sync
Signed-off-by: tabokie xy.tao@outlook.com
Previously fsync() will be called within pipe log when buffered data exceeds
bytes_per_sync
. Moving this logic to engine side so that one write group calls fsync() at most once.