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 > Informix > ISAM vs PAGE acces

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-18-03, 11:55
prae prae is offline
Registered User
 
Join Date: Feb 2003
Posts: 60
ISAM vs PAGE acces

Hi folks,

In sysmaster's table 'sysptprof', what is the difference between
'isreads' and 'pagreads' ?

In toehr words, what is the difference between an ISAM access and a PAGE access ?


Any help highly appreciated,

P.
Reply With Quote
  #2 (permalink)  
Old 06-20-03, 04:27
Roelwe Roelwe is offline
Registered User
 
Join Date: Aug 2002
Location: Belgium
Posts: 534
ISAM reads are reads comparable with COBOL.

onstat -p shows you this difference very well (2nd line)

In Cobol when you had to select from a file, you had to
1. Open the file.
2. issue a 'start'
3. read next

It is just a layer in the sql execution process.
a isread is practically the same as a SELECT.

Why are there sometimes more page reads? f.ex when the read ahead stuff is turned on.
An isread can also be a bufread.
__________________
rws
Reply With Quote
  #3 (permalink)  
Old 06-20-03, 05:01
prae prae is offline
Registered User
 
Join Date: Feb 2003
Posts: 60
Thank you so much for that.

I am looking for some experts to do a few (paid) stuff, if you're interested, can you send an email to prae@orinux.com ?
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