MySQL Forums
Forum List  »  Replication

binlog sizing
Posted by: Alax James
Date: March 04, 2013 02:00AM

Hello,

I am using NDB 7.1.22 and binlog format is mixed.

I wonder how to calculate the binlog writing speed (Mbytes/s) at a specific traffic.

Now I have two formula as below,
1) writing speed = row-data-size * throughput * ratio
ratio may be 1.2, 1.3, or 1.5
2) writing speed = (row-data-size + binlog-overhead) * throughput

which one is better?
do you know how to calculate RATIO or binlog-overhead?

Thanks

Alex

Options: ReplyQuote


Subject
Views
Written By
Posted
binlog sizing
1277
March 04, 2013 02:00AM


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.