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 > Buffer Allocation

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-22-04, 01:54
pathri pathri is offline
Registered User
 
Join Date: Apr 2004
Location: zxczxczxc
Posts: 52
Buffer Allocation

Hi,

When i issue a select statement, i find the number of buffers in FLRU does not get reduced though the select statement fetches some number of datapages from the disk. I want to know how does informix allocate buffers for Select Statements. Does it treat the buffers allocated for the Select statements as Free.


Bye.
__________________
zxczxczc
Reply With Quote
  #2 (permalink)  
Old 09-22-04, 09:00
sundialsvcs sundialsvcs is offline
Registered User
 
Join Date: Oct 2003
Posts: 706
Most software-systems are "lazy." (By design.) If there's no pressure on a buffer pool then why clean it up? If you read the data before and you know it's still good, why read it again? If you need a buffer what difference does it make if you recycle or grow the pool? There's an eternal rule in data-processing: "Speed or Space." Minimzing the size of buffer-pools (or the amount of "free RAM" in a virtual-memory system) is simply not a priority; especially since the memory is virtual and will be paged-out anyway if pressure actually develops on the OS.
__________________
ChimneySweep(R): fast, automatic
table repair at a click of the
mouse! http://www.sundialservices.com
Reply With Quote
  #3 (permalink)  
Old 09-22-04, 09:01
gurey gurey is offline
Registered User
 
Join Date: Aug 2003
Location: Argentina
Posts: 780
Hi,
Please read the IBM Informix Dynamic Server Administrator’s Guide page 7-34.

Gustavo.
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