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

Log:

Disk Data section intro: note about no-steal recovery algorithm, link to 
Mikael's and Jonas' VLDB2005 paper.



Modified:
   trunk/refman-5.1/ndbcluster.xml

Modified: trunk/refman-5.1/ndbcluster.xml
===================================================================
--- trunk/refman-5.1/ndbcluster.xml	2006-05-03 11:34:21 UTC (rev 2010)
+++ trunk/refman-5.1/ndbcluster.xml	2006-05-03 11:54:48 UTC (rev 2011)
@@ -10870,6 +10870,18 @@
       columns of <literal>NDB</literal> tables on disk, rather than in
       RAM as with previous versions of MySQL Cluster.
     </para>
+    
+    <para>
+      As part of implementing Cluster Disk Data work, a number of
+      improvements were made in MySQL Cluster for the efficient handling
+      of very large amounts (terabytes) of data during node recovery and
+      restart. These include a <quote>no-steal</quote> algorithm for
+      synchronising a starting node with very large data sets. For more
+      information, see the paper 
+      <ulink url="http://www.vldb2005.org/program/paper/wed/p1108-ronstrom.pdf">Recovery 
+        Principles of MySQL Cluster 5.1</ulink>, by MySQL Cluster
+      developers Mikael Ronström and Jonas Oreland.
+    </para>
 
     <para>
       Assuming that you have already set up a MySQL Cluster with all

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