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 > Cleaners During Check pointing

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-15-04, 01:25
pathri pathri is offline
Registered User
 
Join Date: Apr 2004
Location: zxczxczxc
Posts: 52
Cleaners During Check pointing

Hi,
I am running informix 9.30.FC2W8 on HP UX. I have allocated 50 Cleaners for 50 LRUS but During the Check point only 2 or 3 Cleaners are active. Can any body explain why is it so.


Bye.
__________________
zxczxczc
Reply With Quote
  #2 (permalink)  
Old 09-15-04, 11:22
fprose fprose is offline
Registered User
 
Join Date: Apr 2003
Location: Phoenix, AZ
Posts: 177
Depends upon how many dbspaces you have and how many dirty pages need to be written to different dbspaces. If all your dirty pages need to be written to only two or three dbspaces, that's all you will see active.
__________________
Fred Prose
Reply With Quote
  #3 (permalink)  
Old 09-15-04, 17:56
ServerMetrics ServerMetrics is offline
Registered User
 
Join Date: May 2004
Posts: 45
pathri,

At checkpoint time the page cleaners are assigned a chunk number to write dirty pages to. The cleaners will search all the lru queues for pages that belong to the chunk for that cleaner. Once the page cleaner has found all the pages for a chunk, the cleaners will write out the pages to the chunk.

What is most likely happening is that a lot of your dirty pages belong to 2 or 3 chunks. If you want to get your other page cleaners involved in cleaning, check which tables the dirty row belong to and move those tables to another dbspace/chunk that is not hit during checkpoint time.
__________________
Keith Brownlow
ServerMetrics DB Monitoring (www.servermetrics.com)
Reply With Quote
  #4 (permalink)  
Old 09-16-04, 01:58
pathri pathri is offline
Registered User
 
Join Date: Apr 2004
Location: zxczxczxc
Posts: 52
Cleaners During Check pointing

Hi,
Thanks a lot for the information.

Bye.
__________________
zxczxczc
Reply With Quote
  #5 (permalink)  
Old 09-16-04, 12:11
sundialsvcs sundialsvcs is offline
Registered User
 
Join Date: Oct 2003
Posts: 706
As far as I know, no attempt is ever made to assign more than one cleaner to the same area, because of course all that will happen is that they'll conflict with each other and slow each other down with (pointless...) locking, unnecessary disk-seeks and what-not.

The processes already employ asynchronous I/O, which means that they dispatch the disk-operation and continue without waiting for it to complete. So they run very efficiently.
__________________
ChimneySweep(R): fast, automatic
table repair at a click of the
mouse! http://www.sundialservices.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