|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/perform.sgml,v 1.78 2010/04/2816:48:21 alvherre Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/perform.sgml,v 1.79 2010/04/2821:23:29 tgl Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="performance-tips">
|
4 | 4 | <title>Performance Tips</title>
|
@@ -1027,7 +1027,7 @@ SELECT * FROM x, y, a, b, c WHERE something AND somethingelse;
|
1027 | 1027 | <listitem>
|
1028 | 1028 | <para>
|
1029 | 1029 | If using WAL archiving or streaming replication, consider disabling
|
1030 |
| - them during the restore. To do that, set <varname>arcive_mode</> off, |
| 1030 | + them during the restore. To do that, set <varname>archive_mode</> off, |
1031 | 1031 | <varname>wal_level</varname> to <literal>minimal</>, and
|
1032 | 1032 | <varname>max_wal_senders</> zero before loading the dump script,
|
1033 | 1033 | and afterwards set them back to the right values and take a fresh
|
|