I currently have two rigs for software development; a desktop and a laptop;
Desktop - Intel Core2 Quad Q6600 w/ 4GB@667MHz running OSX 10.5.4
Laptop - Intel Core2 Duo P8600 w/ 3GB; IBM Thinkpad running WinXP sp 3.
Both have 7200rpm drives.
Looking at the specs, both processors have a base frequency of 2.4 GHz.
I have an SQL query that I run on both machines with Postgres 8.3 installed.
Desktop - average execution time: 117s
Laptop - average execution time: 51s
Can anyone offer insight as to why (in terms of hardware) the laptop might take less than half as long to execute the query?
Desktop - Intel Core2 Quad Q6600 w/ 4GB@667MHz running OSX 10.5.4
Laptop - Intel Core2 Duo P8600 w/ 3GB; IBM Thinkpad running WinXP sp 3.
Both have 7200rpm drives.
Looking at the specs, both processors have a base frequency of 2.4 GHz.
I have an SQL query that I run on both machines with Postgres 8.3 installed.
Desktop - average execution time: 117s
Laptop - average execution time: 51s
Can anyone offer insight as to why (in terms of hardware) the laptop might take less than half as long to execute the query?