Sample Header Ad - 728x90

Differences between EDU and thread

2 votes
2 answers
500 views
In DB2, there is this command that shows active EDUs (engine dispatchable units): db2pd -edus There are two fields in the respective output: EDU ID and TID. According to [this db2pd page from the DB2 knowledge center](https://www.ibm.com/support/knowledgecenter/SSEPGG_10.5.0/com.ibm.db2.luw.admin.cmd.doc/doc/r0011729.html#r0011729__pdedus) , each is defined as follows: > **EDU ID:** The unique identifier for the engine dispatchable unit (EDU). Except on Linux operating systems, the EDU ID is mapped to the thread ID. On Linux operating system the EDU ID is a DB2 generated unique identifier > > **TID**: Thread identifier. Except on Linux operating systems, the thread ID is the unique identifier for the specific thread. On Linux operating systems, this is a DB2 generated unique identifier I wanted to know what is considered EDU or thread on a Linux/Unix operating system? Are they the same? What is the difference?
Asked by user164007
Sep 14, 2019, 06:38 AM
Last activity: Sep 17, 2019, 07:41 PM