List:Commits« Previous MessageNext Message »
From:jon Date:March 30 2006 10:20am
Subject:svn commit - mysqldoc@docsrva: r1705 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2006-03-30 12:20:42 +0200 (Thu, 30 Mar 2006)
New Revision: 1705

Log:

Cluster DD: Added some basic info about DiskPageBufferMemory config param.



Modified:
   trunk/refman-5.1/ndbcluster.xml

Modified: trunk/refman-5.1/ndbcluster.xml
===================================================================
--- trunk/refman-5.1/ndbcluster.xml	2006-03-30 09:48:43 UTC (rev 1704)
+++ trunk/refman-5.1/ndbcluster.xml	2006-03-30 10:20:42 UTC (rev 1705)
@@ -10251,7 +10251,8 @@
           tables in MySQL 5.1, variable-length columns take up a fixed
           amount of space. For each row, this is equal to the space
           required to store the largest possible value for that column.
-          See <xref linkend="mysql-cluster-disk-data"/>.
+          (For help in calculating these values, see 
+          <xref linkend="storage-requirements"/>.)
         </para>
       </listitem>
 
@@ -10326,8 +10327,12 @@
     </para>
 
     <para>
-      For information on configuration parameters affecting Disk Data
-      behaviour, see <xref linkend="mysql-cluster-config-file"/>.
+      Configuration parameters affecting Disk Data behaviour include
+      <literal>DiskPageBufferMemory</literal>, which determines the
+      amount of space used for caching pages on disk. This is set in the
+      <literal>[NDB DEFAULT]</literal> section of the
+      <filename>my.cnf</filename> file, and is measured in bytes. Each
+      page takes up 32k.
     </para>
 
   </section>

Thread
svn commit - mysqldoc@docsrva: r1705 - trunk/refman-5.1jon30 Mar