Log flush method? As described by Mysql documentation:Did we already talk about the log flush method you're using with InnoDB? I don't recall...
<insert>
If you can afford the loss of some latest committed transactions, you can set the `my.cnf' parameter |innodb_flush_log_at_trx_commit| to 0. |InnoDB| tries to flush the log once per second anyway, though the flush is not guaranteed.
</insert>
Well, we didn't discuss it, but I did originally post my `my.cnf` file which had this parameter set:
innodb_flush_log_at_trx_commit=0
I haven't experimented with the parameter innodb_flush_method=O_DSYNC. At least not yet.
bbaker
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]