Re: pg_Restore

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: pg_Restore
Дата
Msg-id A737B7A37273E048B164557ADEF4A58B0579BFDF@ntex2010a.host.magwien.gv.at
обсуждение исходный текст
Ответ на Re: pg_Restore  (bhanu udaya <udayabhanu1984@hotmail.com>)
Ответы Re: pg_Restore
Re: pg_Restore
Список pgsql-general
bhanu udaya wrote:
> I tried with all the below options. It approximatly takes 1 hour 30 minutes for restoring a 9GB
> database.  This much time can not be affordable as the execution of test cases take only 10% of this
> whole time and waiting 1 hour 30 minutes after every test case execution is alot for the team.  Kindly
> let me know if we can reduce the database restoration time .

I don't know if that helps, but have you tried creating a template database
and doing DROP DATABASE xxx; CREATE DATABASE xxx TEMPLATE mytemplate;
instead of restoring a dump every time?

Maybe that is faster.

Yours,
Laurenz Albe


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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Running update in chunks?
Следующее
От: dinesh kumar
Дата:
Сообщение: Re: pg_Restore