Kristian Nielsen <[email protected]> writes: > You will be writing your data *6* times: To the real table, when flushing its > buffer pool pages. To the double-write buffer while flushing, and to the redo > log before flushing. Then to the binlog table, and before that to the redo log > and the doublewrite buffer. I could never reconcile myself with this.
Mind you, it performs really quite well due to the reduced fsync()s and (at least in Drizzle code) was rather trivial to implement. Big bang for buck :) -- Stewart Smith
pgp5gG0zbzgFF.pgp
Description: PGP signature
_______________________________________________ Mailing list: https://launchpad.net/~maria-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~maria-developers More help : https://help.launchpad.net/ListHelp

