> The best database performance advice I ever got still applies: think > about how the DBMS will traverse the data, and minimize the work it > will do. It's all about I/O. No number of additional threads will > bring the data into memory sooner.
The only way to optimize I/O is to not do it.