Re: Decreasing Checkpoints & allowing for heavy load
Posted by:
Adam D
Date: October 12, 2005 01:27AM
Copy and paste that to the docs team! Thats the kind of stuff which is really good in regards to fine tuning / configuring.
Based on those calculations, and having DataMemory of 5000, and IndexMemory of 300 I should be setting the following;
TUP to 200 (207)
and ACC to 12
However I have plain hardware (just SATA disk) so Ive decided to set it to more leniant value of half of what the calculation figures;
# 16 * 4 * 16mb files = 1GB
NoOfFragmentLogFiles = 16
# (4*(2^22)) = 16MB
TimeBetweenLocalCheckpoints = 22
#100 = 100 * 10 * 8kb = 8MBit/sec
#40 = 40 * 10 *8kb = 3.2MBit/sec
NoOfDiskPagesToDiskAfterRestartTUP = 100
NoOfDiskPagesToDiskAfterRestartACC = 40
NoOfDiskPagesToDiskDuringRestartTUP = 160
NoOfDiskPagesToDiskDuringRestartACC = 40
I restarted the cluster after making the config changes and restarting the mgmd, however I didnt really notice much increase.
Subject
Views
Written By
Posted
2188
September 26, 2005 12:46AM
1551
October 06, 2005 05:14PM
1462
October 10, 2005 01:23AM
1531
October 10, 2005 05:35AM
Re: Decreasing Checkpoints & allowing for heavy load
1469
October 12, 2005 01:27AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.