From: Bruce Momjian Date: Fri, 26 Feb 2010 02:31:52 +0000 (+0000) Subject: Document pg_restore --jobs as a performance enhancement. X-Git-Tag: REL9_0_ALPHA5~181 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ca8e3a51a05b1265f36f82497b039d7783c3dd98;p=postgresql Document pg_restore --jobs as a performance enhancement. --- diff --git a/doc/src/sgml/perform.sgml b/doc/src/sgml/perform.sgml index 1a9f7c1452..02c5071d2a 100644 --- a/doc/src/sgml/perform.sgml +++ b/doc/src/sgml/perform.sgml @@ -1,4 +1,4 @@ - + Performance Tips @@ -1027,7 +1027,10 @@ SELECT * FROM x, y, a, b, c WHERE something AND somethingelse; possibly discarding many hours of processing. Depending on how interrelated the data is, that might seem preferable to manual cleanup, or not. COPY commands will run fastest if you use a single - transaction and have WAL archiving turned off. + transaction and have WAL archiving turned off. + pg_restore also has a