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 > logical reads and physical reads

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-29-08, 09:40
azs0309 azs0309 is offline
Registered User
 
Join Date: Jan 2008
Posts: 88
logical reads and physical reads

Hi all,

just a simple question for all. I am bit confused...is logical reads and physical reads are number of I/O or number of pages. If its I/O how to get average number of pages read per logical I/O or per Physical I/O

Thanks
Ajay
Reply With Quote
  #2 (permalink)  
Old 01-29-08, 10:04
stolze stolze is offline
Registered User
 
Join Date: Jan 2007
Location: Jena, Germany
Posts: 2,662
Logical/physical reads count the number of accesses to pages. Otherwise it would be named "logical I/O" or "physical I/O".

A logical I/O happens if the page is already in the buffer pool. A physical I/O is comparable to a page fault at O/S level, i.e. the page has to be read from disk into the buffer pool before the caller can access the page.
__________________
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