PDA

View Full Version : Reducing high I/O wait times


FakeOutdoorsman
September 12th, 2006, 11:34 PM
Besides buying a new hard drive, what are the best ways to reduce high I/O wait times and reduce high reads/writes per second on a server running database driven applications?

souki
September 13th, 2006, 09:41 AM
maybe this :

- disk tunning (hdparm, kernel)
- more RAM
- database cache, buffer, shared memory tunning
- table's structure, field's size, indexes
- reduce number of connections (web app?)
- application level (if you've designed it)

FakeOutdoorsman
September 13th, 2006, 02:32 PM
Thanks for the info. I think adding more RAM and another hard drive might be the solution right now.

rastilin
September 15th, 2006, 09:47 AM
Why not change the disk scheduler to something designed for less latency like "deadline"?