I recently was asked what maximal amount transactions per second we can get using MySQL and XtraDB / InnoDB storage engine if we have high-end server. Good questions, though not easy to answer, as it depends on: â durability setting ( innodb_flush_log_at_trx_commit = 0 or 1 ) ? â do we use binary logs ( I used ROW based replication for 5.1) â do we have sync_binlog options. So why would not take t
{{#tags}}- {{label}}
{{/tags}}