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 > Checkpoint duration

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-07-03, 15:59
b_ravindra_74 b_ravindra_74 is offline
Registered User
 
Join Date: Sep 2002
Location: Bellevue,WA
Posts: 20
Checkpoint duration

Hi,

I see that the checkpoint duration in the online.log file is about 15 seconds and it varies from 14-16 seconds.Is this a high water mark or 15 seconds is acceptable?Does this duration of checkpoint cause a serious locking problem from requests coming in .Would this lead to any sort of problem.

If 15 seconds is not acceptable do we have to change the parameters in the onconfig file to reduce the checkpoint time.

I am new to informix.Pls advice.

Thanks
Ravindra
Reply With Quote
  #2 (permalink)  
Old 02-08-03, 03:32
eherber eherber is offline
Registered User
 
Join Date: Aug 2002
Location: Bonn/Germany
Posts: 152
During a checkpoint all writing transactions
will be blocked.

So especially for OLTP environments the goal is to
keep the checkpoint duration short.
HighEnd OLTP system normally have 3 seconds
max. checkpoint duration.

You might consider lowering your LRU_MIN_DIRTY/LRU_MAX_DIRTY
parameters to achieve this goal.
Values of 1/2 or 5/10 for these parameters are quite normal.

There are also other factors which influence the frequency of
checkpoints like the CKPTINTVL onconfig-parameter and the
size of the physical log (if it is 75% full, a checkpoint is
automatically initiated).

If you are running on IFMX 9.2x, you have so called "fuzzy checkpoints". During a fuzzy checkpoint not all dirty pages
are written from the buffer cache to disk, thus resulting in
shorter checkpoint durations.
This feature is not available in IFMX 7.x.

Also the number of buffers, the I/O throughput, kaio etc.
could influence checkpoint durations.
If you really want the best, you might consider ordering
an IFMX consultant to tune your environment.


HTH.

Best regards

Eric
--
IT-Consulting Herber
WWW: http://www.herber-consulting.de
Email: eric@herber-consulting.de

***********************************************
Download the IFMX Database-Monitor for free at:
http://www.herber-consulting.de/BusyBee
***********************************************
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