MySQL Forums
Forum List  »  NDB clusters

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.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Decreasing Checkpoints & allowing for heavy load
1418
October 12, 2005 01:27AM


Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.

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.