Hi Everyone,
I have been thinking a lot about MySQL scaling recently and I have decided to ask you all a question.
What is the largest amount of inserts per second have you experienced or heard of on a MySQL server?
It doesn't matter if these are perfect conditions or test environments. It would just be interesting to know.
Thanks
I have been thinking a lot about MySQL scaling recently and I have decided to ask you all a question.
What is the largest amount of inserts per second have you experienced or heard of on a MySQL server?
It doesn't matter if these are perfect conditions or test environments. It would just be interesting to know.
Thanks
), with innodb_flush_log_at_trx_commit=2 to avoid too much IO congestion.
Comment