Guaranteeing ACID properties for InnoDB databases.
- by plinehan
What steps must one take to ensure that an otherwise defaultly-configured InnoDB server is truly ACID compliant? The InnoDB configuration page mentions that the hardware itself must be configured to honor fsync calls, i.e. disable any write-back caches.
This page mentions some other concerns, but may be conflating the binary log and the InnoDB…