11 Mar 2009 at 15:49 #1 Django x2 Django x2 Soldato Joined 28 Sep 2008 Posts 14,187 Location Britain Hi, Can anyone tell me if SQL 2005 uses both cores (or four cores for quad) of a compatible installed processor in the following cases: both x86 and x64 platforms versiosn dependant (Std, Ent) Thanks
Hi, Can anyone tell me if SQL 2005 uses both cores (or four cores for quad) of a compatible installed processor in the following cases: both x86 and x64 platforms versiosn dependant (Std, Ent) Thanks
11 Mar 2009 at 17:06 #2 svbooga svbooga Associate Joined 1 Jan 2006 Posts 191 SQL 2005 will use all the available cores on a dual/quad core CPU on both x86 and x64 OS. Only difference is memory support. For a list of what each version supports see this site:- http://www.microsoft.com/Sqlserver/2005/en/us/compare-features.aspx For more detailed info on the version differences see here http://msdn.microsoft.com/en-us/library/ms143761.aspx
SQL 2005 will use all the available cores on a dual/quad core CPU on both x86 and x64 OS. Only difference is memory support. For a list of what each version supports see this site:- http://www.microsoft.com/Sqlserver/2005/en/us/compare-features.aspx For more detailed info on the version differences see here http://msdn.microsoft.com/en-us/library/ms143761.aspx
11 Mar 2009 at 17:37 #3 dangerstat dangerstat Soldato Joined 15 Nov 2008 Posts 5,060 Location In the ether Does anyone have the same information for MySQL? Can't get it to use more than one core on any machine I use
Does anyone have the same information for MySQL? Can't get it to use more than one core on any machine I use
11 Mar 2009 at 18:38 #4 iaind iaind Soldato Joined 26 Feb 2009 Posts 14,817 Location Exeter MySQL should be multithreaded, what OS are you running it on?
11 Mar 2009 at 18:57 #5 dangerstat dangerstat Soldato Joined 15 Nov 2008 Posts 5,060 Location In the ether iaind said: MySQL should be multithreaded, what OS are you running it on? Click to expand... Debian Lenny x64 and Fedora Core 10 x64 MySQL doesn't seem multithreaded on either
iaind said: MySQL should be multithreaded, what OS are you running it on? Click to expand... Debian Lenny x64 and Fedora Core 10 x64 MySQL doesn't seem multithreaded on either
11 Mar 2009 at 20:15 #6 iaind iaind Soldato Joined 26 Feb 2009 Posts 14,817 Location Exeter Are you running a single large query and expecting it to use multiple threads? I'm not 100% sure but I dont think it works like this, I think you need multiple queries in order for it to start using multiple CPUs
Are you running a single large query and expecting it to use multiple threads? I'm not 100% sure but I dont think it works like this, I think you need multiple queries in order for it to start using multiple CPUs