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?
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?