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.

 
Go Back  dBforums > Database Server Software > DB2 > How to monitor row's page number

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-02-08, 17:15
linakichi linakichi is offline
Registered User
 
Join Date: Aug 2008
Posts: 45
How to monitor row's page number

Hi, folks, I'm currently using DB2 UDB v 8.2 on Linux Redhat 4. I'm having trouble in finding a way to show my table's row's page number.

Is there anyway to show it in table (as a column I mean) ? Or at least, is it possible to show how much each row's size is and the page number for the first or the last row ?

I've search the manual and internet and still couldn't find the answer, if anyone would be so kind to give the solution, please.

Best regards

Last edited by linakichi; 09-02-08 at 17:19.
Reply With Quote
  #2 (permalink)  
Old 09-03-08, 03:59
stolze stolze is offline
Registered User
 
Join Date: Jan 2007
Location: Jena, Germany
Posts: 2,662
Page numbers are meaningless and they can change during REORG. What do you need that for anyway? As for the row size, you can do a runstats and then look at the average row length. If you need it more detailed, then look at the manual to figure out which overhead comes along with each column and do the math in a SQL query yourself.
__________________
Knut Stolze
IBM DB2 Analytics Accelerator
IBM Germany Research & Development
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On