List:Commits« Previous MessageNext Message »
From:jon Date:May 3 2006 11:34am
Subject:svn commit - mysqldoc@docsrva: r2010 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2006-05-03 13:34:21 +0200 (Wed, 03 May 2006)
New Revision: 2010

Log:

Added info about Disk Data and no-steal algorithm for fast node restarts.



Modified:
   trunk/refman-5.1/introduction.xml

Modified: trunk/refman-5.1/introduction.xml
===================================================================
--- trunk/refman-5.1/introduction.xml	2006-05-03 10:15:13 UTC (rev 2009)
+++ trunk/refman-5.1/introduction.xml	2006-05-03 11:34:21 UTC (rev 2010)
@@ -503,6 +503,26 @@
             <xref linkend="mysql-cluster-replication"/>.
           </para>
         </listitem>
+        
+        <listitem>
+          <para>
+            <emphasis role="bold">MySQL Cluster Disk Data</emphasis>:
+            In MySQL versions previous to 5.1.6, the
+            <literal>NDBCluster</literal> storage engine was strictly
+            in-memory; beginning with MySQL 5.1.6, it is possible to
+            store Cluster data (but not indexes) on disk. This allows
+            MySQL Cluster to scale upward with fewer hardware (RAM)
+            requirements than previously. See 
+            <xref linkend="mysql-cluster-disk-data"/>.
+          </para>
+          
+          <para>
+            The Disk Data implementation includes a new
+            <quote>no-steal</quote> restoration algorithm for fast node
+            restarts when storing very large amounts of data (terabyte
+            range).
+          </para>
+        </listitem>
 
         <listitem>
           <para>

Thread
svn commit - mysqldoc@docsrva: r2010 - trunk/refman-5.1jon3 May