On multiprocessor computers that support processor affinity, AFF_SPROC specifies the CPU, starting with 0, on which the database server starts binding CPU virtual processors to CPUs. The AFF_NPROCS parameter specifies the number of CPUs that the database server will use. The NUMCPUVPS parameter specifies the number of CPU virtual processors to be started, and the AFF_SPROC parameter specifies the CPU on which the first virtual processor is to start. For example, if you assign eight CPUs (AFF_NPROCS = 8), and set NUMCPUVPS to 3 and AFF_SPROC to 5, the database server binds CPU virtual processors to the fifth, sixth, and seventh CPUs.
On parallel-processing platforms that support processor affinity, AFF_SPROC specifies the CPU at which the database server or coserver starts binding CPU virtual processors to CPUs. The AFF_NPROCS parameter specifies the number of CPUs to be assigned to the database server or coserver.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]