The chart shows benchmark results taken using sysbench. Rough understanding would be that (for this scenario) the performance ratio is HDD:SSD:in-memory = 1:10:50.
| transactions/sec. | read/write reqs./sec. | |
|---|---|---|
| buffer_pool=8M, HDD | 19.93 | 378.59 |
| buffer_pool=8M, SSD (Intel X25-M) | 207.70 | 3946.29 |
| buffer_pool=2048M, HDD | 998.82 | 18977.51 |
Details:
The benchmark was taken using MySQL 5.1.41 using innodb_plugin running on linux 2.6.31/x86_64 (Ubuntu 9.10 server). Options passed to sysbench were: --test=oltp --db-driver=mysql --mysql-table-engine=innodb …
[さらに読む]