List:Commits« Previous MessageNext Message »
From:mcbrown Date:June 19 2007 12:42pm
Subject:svn commit - mysqldoc@docsrva: r6861 - trunk/falcon
View as plain text  
Author: mcbrown
Date: 2007-06-19 14:42:18 +0200 (Tue, 19 Jun 2007)
New Revision: 6861

Log:
Adding back the limit I should have kept in place anyway



Modified:
   trunk/falcon/se-falcon.xml


Modified: trunk/falcon/se-falcon.xml
===================================================================
--- trunk/falcon/se-falcon.xml	2007-06-19 12:40:33 UTC (rev 6860)
+++ trunk/falcon/se-falcon.xml	2007-06-19 12:42:18 UTC (rev 6861)
Changed blocks: 1, Lines Added: 9, Lines Deleted: 0; 846 bytes

@@ -1085,6 +1085,15 @@
 
       <listitem>
         <para>
+          There is a limit of 2<superscript>32</superscript> (4.29
+          billion) rows for a single table. By using multiple tables
+          within the same tablespace you can have more than this number
+          of records. In future releases this limit will be removed.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           Each tablespace has a limit of 2<superscript>32</superscript>
           pages within a single tablespace. Through a combination of the
           page size and the maximum number of pages in a tablespace,


Thread
svn commit - mysqldoc@docsrva: r6861 - trunk/falconmcbrown19 Jun