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.
difference between Db2_parallel_io and intra_parallel
Hi All,
Just to get my understanding clear, Can anyone tell what is the difference between DB2_parallel_io and intra_parallel. both are I think doing the same job.
Isnt it?
No, they are not doing the same job. DB2_PARALLEL_IO allows DB2 to read/write to the disk in parallel. Intra_Parallel is used internally inside DB2 to run processes in parallel. This allows queries to be broken up into sections and those are run in parallel.