Author: jstephens
Date: 2010-08-26 13:33:59 +0200 (Thu, 26 Aug 2010)
New Revision: 22458
Log:
Improved ndb_restore --diable-indexes/--rebuild-indexes description (Thanks, AndrewH!)
Modified:
trunk/refman-5.1/mysql-cluster-programs-core.xml
Modified: trunk/refman-5.1/mysql-cluster-programs-core.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster-programs-core.xml 2010-08-26 11:18:36 UTC (rev 22457)
+++ trunk/refman-5.1/mysql-cluster-programs-core.xml 2010-08-26 11:33:59 UTC (rev 22458)
Changed blocks: 2, Lines Added: 9, Lines Deleted: 4; 1645 bytes
@@ -5779,8 +5779,13 @@
<para>
Beginning with MySQL Cluster NDB 6.3.31, MySQL Cluster NDB
7.0.11, and MySQL CLuster NDB 7.1.2, you can use this option
- with <command>ndb_restore</command> to disable the indexes
- found in a backup for faster restoration of the data.
+ with <command>ndb_restore</command> to disable restoration of
+ indexes during restoration of the data from a native NDB
+ backup. Afterwards, you can restore indexes for all tables at
+ once with multi-threaded building of indexes using
+ <option role="ndb_restore">--rebuild-indexes</option>, which
+ should be faster than rebuilding indexes concurrently for very
+ large tables.
</para>
<para id="option_ndb_restore_rebuild-indexes">
@@ -5802,8 +5807,8 @@
Beginning with MySQL Cluster NDB 6.3.31, MySQL Cluster NDB
7.0.11, and MySQL CLuster NDB 7.1.2, you can use this option
with <command>ndb_restore</command> to cause multi-threaded
- rebuilding of the ordered indexes found in a backup during the
- restoration process.
+ rebuilding of the ordered indexes while restoring a native
+ <literal>NDB</literal> backup.
</para>
<para id="option_ndb_restore_skip-unknown-objects">
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r22458 - trunk/refman-5.1 | jon.stephens | 26 Aug |