Author: mcbrown
Date: 2008-07-30 10:39:52 +0200 (Wed, 30 Jul 2008)
New Revision: 11431
Log:
Minor tweak for Docs Bug #34691
Modified:
trunk/refman-6.0/se-falcon-core.xml
Modified: trunk/refman-6.0/se-falcon-core.xml
===================================================================
--- trunk/refman-6.0/se-falcon-core.xml 2008-07-29 20:11:17 UTC (rev 11430)
+++ trunk/refman-6.0/se-falcon-core.xml 2008-07-30 08:39:52 UTC (rev 11431)
Changed blocks: 4, Lines Added: 38, Lines Deleted: 35; 3187 bytes
@@ -1056,7 +1056,8 @@
<literal>FALCON_RECORD_CACHE_SUMMARY</literal>,
<literal>FALCON_SYSTEM_MEMORY_DETAIL</literal>, and
<literal>FALCON_SYSTEM_MEMORY_SUMMARY</literal> tables return no
- information except for debug builds of MySQL.
+ information except for debug builds of MySQL. For more
+ information, see <xref linkend="the-dbug-package"/>.
</para>
<para>
@@ -1609,10 +1610,13 @@
<title>Notes and Limits</title>
-<para>You should be aware of the following points when using the <literal>Falcon</literal> storage engine:</para>
+ <para>
+ You should be aware of the following points when using the
+ <literal>Falcon</literal> storage engine:
+ </para>
-<itemizedlist>
-
+ <itemizedlist>
+
<listitem>
<para>
<literal>Falcon</literal> uses sequences when creating values
@@ -1659,10 +1663,8 @@
</para>
</listitem>
-
-</itemizedlist>
-
-
+ </itemizedlist>
+
<para>
There are a number of limits in the alpha release of
<literal>Falcon</literal>; these will be addressed in forthcoming
@@ -1744,44 +1746,45 @@
</para>
</listitem>
- <listitem>
- <para>
- Although the maximum available storage within a tablespace is
- 128TB, the true number of records and quantity of data that you
- can store is dependent on a number of factors:
- </para>
-
- <itemizedlist>
-
<listitem>
<para>
- Record storage requirements
+ Although the maximum available storage within a tablespace is
+ 128TB, the true number of records and quantity of data that
+ you can store is dependent on a number of factors:
</para>
- </listitem>
- <listitem>
- <para>
- Index storage requirements
- </para>
- </listitem>
+ <itemizedlist>
- <listitem>
+ <listitem>
+ <para>
+ Record storage requirements
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Index storage requirements
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Compression ratio of stored data
+ </para>
+ </listitem>
+
+ </itemizedlist>
+
<para>
- Compression ratio of stored data
+ Because of the complex relationship between the storage,
+ indexing and compression facilities it is impossible to
+ predict or calculate the disk storage space required for a
+ specific data set.
</para>
</listitem>
</itemizedlist>
- <para>
- Because of the complex relationship between the storage, indexing
- and compression facilities it is impossible to predict or
- calculate the disk storage space required for a specific data set.
- </para>
-</listitem>
- </itemizedlist>
-
-
</section>
<section id="se-falcon-roadmap">
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r11431 - trunk/refman-6.0 | mcbrown | 30 Jul |