Slow Restoration of a template1 Database (ALTER GROUP)

Поиск
Список
Период
Сортировка
От Ben Young
Тема Slow Restoration of a template1 Database (ALTER GROUP)
Дата
Msg-id 41A1CBC76FDECC42B67946519C6677A901D301FB@pippin.int.etrials.com
обсуждение исходный текст
Ответы Re: Slow Restoration of a template1 Database (ALTER GROUP)
Список pgsql-performance
All,

When trying to restore my template1 database (7.3.4) I am
experiencing very long delays.  For 600 users (pg_shadow)
and 4 groups (pg_group) it is taking 1hr and 17 minutes to
complete.  All of the create user statements are processed in a
matter of seconds, but each alter groups statement takes
about 10 seconds to process.  I have done a full vacuum,
reindex (contrib) and restart before my run, but this did
not have an impact on load times.  I have also searched
the archives to no avail and modified my postgresql.conf
file as recommended General Bits on www.varlena.com

One other thing to mention is that this restoration has
been occurring on our slave server every hour for the
last 3-4 months and seems to be getting progressively
worse even if new users are not created in our master server.

DUMP:      pg_dumpall -g > foo
RESTORE:     psql template1 < foo

Cheers,
Ben Young

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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: Solaris 9 tuning
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Slow Restoration of a template1 Database (ALTER GROUP)