If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Meena
If the parameter is set to AUTOMATIC, DB2 calculates the value based on the following equation
prefetch size = (# containers) * (# physical spindles) * extent size
The prefetch size is calculated at database startup time and when a tablespace is created or altered
HTH
Sathyaram
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Meena
If the parameter is set to AUTOMATIC, DB2 calculates the value based on the following equation
prefetch size = (# containers) * (# physical spindles) * extent size
The prefetch size is calculated at database startup time and when a tablespace is created or altered
HTH
Sathyaram
How does db2 determine the number of physical Spindles?
I understood that setting DB2_PARALLEL_IO=6 enables parallel io for tbsp whose tablespace-id is 6. If it is set to * enables parallel io for all tablespaces.
When I read your response I thought that maybe IBM changed what it meant in subsequent versions so I checked IBM's website and the definition of this registry variable does not appear to have changed.
So the question remains - how is db2 informed of the number of physical spindles in the RAID group.