List:Commits« Previous MessageNext Message »
From:jon Date:April 5 2006 11:20am
Subject:svn commit - mysqldoc@docsrva: r1723 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2006-04-05 13:19:57 +0200 (Wed, 05 Apr 2006)
New Revision: 1723

Log:


More misc. fixes for Cluster chapter...



Modified:
   trunk/refman-5.1/ndbcluster.xml

Modified: trunk/refman-5.1/ndbcluster.xml
===================================================================
--- trunk/refman-5.1/ndbcluster.xml	2006-04-05 11:10:34 UTC (rev 1722)
+++ trunk/refman-5.1/ndbcluster.xml	2006-04-05 11:19:57 UTC (rev 1723)
@@ -13393,6 +13393,14 @@
           for the operating system and any other applications that might
           be running on the host.
         </para>
+        
+        <para>
+          In MySQL 5.1, it is also possible to create <firstterm>Disk
+            Data</firstterm> tables where non-indexed columns are stored
+          on disk, thus reducing the memory footprint required by the
+          cluster. Note that indexes and indexed column data are still
+          stored in RAM. See <xref linkend="mysql-cluster-disk-data"/>.
+        </para>
       </listitem>
 
       <listitem>

Thread
svn commit - mysqldoc@docsrva: r1723 - trunk/refman-5.1jon5 Apr