Morning
Trying to run db2pd and getting mixed results. Running this command against two tables one at a time. Both are regular tables. Both have indexes. One was updated recently i.e. earlier this week, second couple of month back.
have forced tb scan and forced and index access on both of them. however first command returns data, second command returns an empty result. ran it using my id and an instance id as well.
Why is it giving an empty result on another table?
db2pd -db $dbname -tcbstats index tbspaceid=30 tableid=7
db2pd -db $dbname -tcbstats index tbspaceid=25 tableid=496
Thank you.