Thank you!!! I missed that... I work more with SQL Server and was looking for an object table...
anyway.. can anyone help me interpret the output from this:
Code:
>db2pd -db PRODDM -tcbstats index > c:\PRODDM_Stats.txt
Code:
TCB Index Stats:
Address TableName IID EmpPgDel RootSplits BndrySplts PseuEmptPg Scans KeyUpdates InclUpdats NonBndSpts PgAllocs Merges PseuDels DelClean IntNodSpl 0 0 0 0 0 0 0 0 0 0 0 0 0
0x59456DA8 T9DAT 2 0 0 0 0 16 0 0 0 0 0 0 0 0
0x59456DA8 T9DAT 1 0 0 0 0 9 0 0 0 0 0 0 0 0
0x59458028 T9PH 1 0 0 0 0 0 0 0 0 0 0 0 0 0
0x59455728 T9PSC 2 0 0 0 0 26 0 0 0 0 0 0 0 0
0x59455728 T9PSC 1 0 0 0 0 1 0 0 0 0 0 0 0 0
0x5945EC28 T9PSR 2 0 0 0 0 2 0 0 0 0 0 0 0 0
0x5945EC28 T9PSR 1 0 0 0 0 0 0 0 0 0 0 0 0 0
For instance I have mulitiple indexes on the tables listed.. so how do I know which indexes are being used?