Helpful Information
 
 
Category: DB2 Development
db2 udb

How do I identify in a VISUAL EXPLAIN graph that intra-partition parallelism is being used in access plan?

There are some examples of db2expln output in the Administration Guide. This isn't exactly the same as Visual Explain, but it should give you an idea of what to look for:

http://webdocs.caspur.it/ibm/web/udb-6.1/db2d0/db2d0375.htm#HDREXPXX2

Also from the DB2 Visual Explain help documentation comes the following:
Operator name: TQUEUE

Represents: A table queue that is used to pass table data from one database agent to another when there are multiple database agents processing a query. Multiple database agents are used to process a query when parallelism is involved.

Table queue types are:

* Local: The table queue is used to pass data between database agents within a single node. A local table queue is used for intra-partition parallelism.

http://sp81.msi.umn.edu:999/DB2/db2help/index.htm#cncpve

Please disregard it -- trying to understand how to start posting here. THanks.










privacy (GDPR)