Author: jstephens
Date: 2007-08-05 16:34:56 +0200 (Sun, 05 Aug 2007)
New Revision: 7337
Log:
Default value for NoOfFragmentLogFiles is 8 in 4.1/5.0, 16 in 5.1/5.2
(thanks, MattM!)
Modified:
trunk/refman-5.1/mysql-cluster.xml
trunk/refman-5.2/mysql-cluster.xml
Modified: trunk/refman-5.1/mysql-cluster.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster.xml 2007-08-05 07:24:23 UTC (rev 7336)
+++ trunk/refman-5.1/mysql-cluster.xml 2007-08-05 14:34:56 UTC (rev 7337)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 4; 1045 bytes
@@ -5489,10 +5489,10 @@
</para>
<para>
- The default parameter value is 8, which means 8 sets of 4
- 16MB files for a total of 512MB. In other words, REDO log
- space must be allocated in blocks of 64MB. In scenarios
- requiring a great many updates, the value for
+ The default parameter value is 16, which means 16 sets of
+ 4 16MB files for a total of 1024MB. In other words, REDO
+ log space must be allocated in blocks of 64MB. In
+ scenarios requiring a great many updates, the value for
<literal>NoOfFragmentLogFiles</literal> may need to be set
as high as 300 or even higher to provide sufficient space
for REDO logs.
Modified: trunk/refman-5.2/mysql-cluster.xml
===================================================================
--- trunk/refman-5.2/mysql-cluster.xml 2007-08-05 07:24:23 UTC (rev 7336)
+++ trunk/refman-5.2/mysql-cluster.xml 2007-08-05 14:34:56 UTC (rev 7337)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 4; 1045 bytes
@@ -4910,10 +4910,10 @@
</para>
<para>
- The default parameter value is 8, which means 8 sets of 4
- 16MB files for a total of 512MB. In other words, REDO log
- space must be allocated in blocks of 64MB. In scenarios
- requiring a great many updates, the value for
+ The default parameter value is 16, which means 16 sets of
+ 4 16MB files for a total of 1024MB. In other words, REDO
+ log space must be allocated in blocks of 64MB. In
+ scenarios requiring a great many updates, the value for
<literal>NoOfFragmentLogFiles</literal> may need to be set
as high as 300 or even higher to provide sufficient space
for REDO logs.
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r7337 - in trunk: refman-5.1 refman-5.2 | jon | 5 Aug |