Community

Performance killer: Disk I/O

(Nathanael Jones) Many people think of “performance tuning” as optimizing loops, algorithms, and memory use. In truth, however, you don’t get the huge performance gains from optimizing CPU and memory use (which is good), but from eliminating I/O calls.

Read More - Register for Free Membership