G
gus
Guest
default behaviour is that data extents are opened in async mode. writes are performed with pwrite() system call. data are flushed at end of checkpoint cycles by using fdatasync(). also, we do write-ahead logging to an undo-redo log, with a buffer management policy of lru, steal, no-force.
Continue reading...
Continue reading...