WAL Fast-Commit: One fsync, One Transaction
MongrelDB commits a transaction with a single fsync on the WAL, because the WAL is the only part of durable storage that has to be synchronous.
1 post filed under fsync.
MongrelDB commits a transaction with a single fsync on the WAL, because the WAL is the only part of durable storage that has to be synchronous.