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 > When are the modified buffers for fuzzy operations flushed

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-03-04, 01:29
pathri pathri is offline
Registered User
 
Join Date: Apr 2004
Location: zxczxczxc
Posts: 52
When are the modified buffers for fuzzy operations flushed

Hi,
During Fuzzy Check point only modified buffers for non fuzzy operations are flushed. my doubt is when are the buffers for fuzzy operations flushed.


bye
__________________
zxczxczc
Reply With Quote
  #2 (permalink)  
Old 04-03-04, 12:10
RobP RobP is offline
Registered User
 
Join Date: Mar 2004
Location: Netherlands
Posts: 183
As far as I know there are several options:

- LRU cleaning, when you reach LRU_MAX_DIRTY
- A full checkpoint
- When the buffer is old and Informix is nearly at the point he would overwrite the logical log on disk that holds the transaction info. So it could be that a fuzzy checkpint flushes 'old' fuzzy operations.

Idea hbehind it is to do more LRU clenaing and less checkpint cleaning to reduce checkpoint time.

If you need more info, please let me know.

Rob Prop
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