Mention increasing sort_mem during a restore.
authorBruce Momjian <[email protected]>
Wed, 23 Jul 2003 20:30:35 +0000 (20:30 +0000)
committerBruce Momjian <[email protected]>
Wed, 23 Jul 2003 20:30:35 +0000 (20:30 +0000)
doc/src/sgml/runtime.sgml

index cc04f6627f46e3a5e3023b139b3c68613dc7957f..7af291348962fcc0baaf37e959c4d321239c4158 100644 (file)
@@ -887,7 +887,9 @@ SET ENABLE_SEQSCAN TO OFF;
         times the value of <varname>SORT_MEM</varname>. Sort operations are used
         by <literal>ORDER BY</>, merge joins, and <command>CREATE INDEX</>.
         Hash tables are used in hash joins, hash-based aggregation, and
-        hash-based processing of <literal>IN</> subqueries.
+        hash-based processing of <literal>IN</> subqueries.  Because 
+        <command>CREATE INDEX</> is used when restoring a database, it might
+        be good to temporary increase this value during a restore.
        </para>
       </listitem>
      </varlistentry>