Markus (4/17/2013)
I agree. It goes to show you that your hardware is not the bottleneck. Sometimes it is just simply the I/O can only go as fast as it can go. If you want to see if there is any way you can improve the runtime you need to look at the SQL statements and see if there are any tuning indexes that can help the process run any faster. Throwing hardware at an issue sometimes is just not the answer.
I agree... indexes can help a lot. Sometimes, though, they actually make things worse depending on what you're doing.
But biggest performance and most significant gains I've seen come from redacting or maybe even rewritting code because a lot of the code cannot now nor ever will be able to use an index.
--Jeff Moden
Change is inevitable... Change for the better is not.