Re: How to efficiently duplicate a whole schema?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: How to efficiently duplicate a whole schema?
Дата
Msg-id 9346.1060207612@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: How to efficiently duplicate a whole schema?  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
Список pgsql-performance
Stephan Szabo <sszabo@megazone.bigpanda.com> writes:
> Another thing might be the management of the trigger queue.  I don't think
> 7.3.2 had the optimization for limiting the scans of the queue when you
> have lots of deferred triggers.  It looks like 7.3.4 may though.

Good point.  We put that in in 7.3.3, according to the CVS logs.

            regards, tom lane

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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: How to efficiently duplicate a whole schema?
Следующее
От: Yaroslav Mazurak
Дата:
Сообщение: Re: PostgreSQL performance problem -> tuning