Today I bought Intel X25-M, to test its performance and consider if we could replace a HDD used in our slave database of Pathtraq with a solid state disk. Connecting the drive to a test server, I have just run a synthetic benchmark to check its performance for 16KB random access with O_DIRECT flag set, which is pretty similar to the access pattern we see in our daily InnoDB use.
| HDD (Maxtor 7L250S0) | SSD (Intel X25-M) | Ratio | |
|---|---|---|---|
| Write (MB/sec) | 12.0 | 46.4 | 385% |
| Write (MB/sec, hdparm -W 0) | 1.91 | 11.2 | 585% … |