Re: dump restoration performance

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: dump restoration performance
Дата
Msg-id CAB7nPqTB1ZzuXhNugF_9Xj8QUdD+A6qNAO5_ZqVGrFnZQ59cpA@mail.gmail.com
обсуждение исходный текст
Ответ на dump restoration performance  (rlemaroi <remi.le-marois@capgemini.com>)
Список pgsql-performance
On Fri, Sep 25, 2015 at 10:43 PM, rlemaroi <remi.le-marois@capgemini.com> wrote:
> Please how long does it take approximately to restore a 300 Go database using
> pg_restore ? Are there benchmarks for that ?

That's not an exact science and this is really application-dependent.
For example the more your schema has index entries to rebuild at
restore the longer it would take. There are as well ways to tune the
server to perform a faster restore, by for example increasing
maintenance_work_mem, disabling autovacuum, moving wal_level to
minimum, etc.
--
Michael


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

Предыдущее
От: rlemaroi
Дата:
Сообщение: dump restoration performance
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Queries Per Second (QPS)