tsql and multiprocessors

Post Reply
jkj2001
Posts: 142
Joined: Fri Mar 29, 2002 1:39 pm

tsql and multiprocessors

Post by jkj2001 »

Is tsql a multiprocessor (as opposed to multithreaded) aware program, in the sense that it can take advantage of multiple CPUs on a Unix machine?

I ask because we're going to run several reindexes simultaneously on our four-CPU Solaris box, and were wondering if they would try to keep out of each others way by using different CPUs. Or, do you avoid the potential headaches involved by letting the OS decide which CPU gets what?
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

tsql and multiprocessors

Post by mark »

The OS decides.
Post Reply