We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb8586d commit 3297804Copy full SHA for 3297804
doc/src/sgml/backup.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$Header: /cvsroot/pgsql/doc/src/sgml/backup.sgml,v 2.27 2003/08/01 01:01:52 tgl Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/backup.sgml,v 2.28 2003/08/17 03:14:26 momjian Exp $
3
-->
4
<chapter id="backup">
5
<title>Backup and Restore</title>
@@ -153,6 +153,10 @@ pg_dump -h <replaceable>host1</> <replaceable>dbname</> | psql -h <replaceable>h
153
</para>
154
</important>
155
156
+ <tip>
157
+ Restore performance can be improved by increasing <literal>SORT_MEM</>
158
+ (see <xref linkend="runtime-config-resource-memory">).
159
+ </tip>
160
</sect2>
161
162
<sect2 id="backup-dump-all">
0 commit comments