Re: Best settings to load a fresh database

Поиск
Список
Период
Сортировка
От Euler Taveira de Oliveira
Тема Re: Best settings to load a fresh database
Дата
Msg-id 4A7BD81A.3040706@timbira.com
обсуждение исходный текст
Ответ на Re: Best settings to load a fresh database  (Kenneth Marshall <ktm@rice.edu>)
Список pgsql-performance
Kenneth Marshall escreveu:
> I have found that increasing maintenance_work_mem speeds
> index rebuilds, turn off synchronous_commit or fsync if
> you really can afford to start over. Another big help is
> to use the parallel pg_restore from PostgreSQL 8.4.0 to
> perform the restore.
>
And make sure archive mode is turned off. Otherwise, you can't use the WAL
bypass facility.


--
  Euler Taveira de Oliveira
  http://www.timbira.com/

В списке pgsql-performance по дате отправления:

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Bottleneck?
Следующее
От: Kees van Dieren
Дата:
Сообщение: Re: SQL select query becomes slow when using limit (with no offset)