Re: How to efficiently duplicate a whole schema?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com>
Cc: Sebastien Lemieux <slemieux(at)elitra(dot)com>, Postgresql-performance <pgsql-performance(at)postgresql(dot)org>
Subject: Re: How to efficiently duplicate a whole schema?
Date: 2003-08-06 22:06:52
Message-ID: 9346.1060207612@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)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

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Yaroslav Mazurak 2003-08-07 07:05:23 Re: PostgreSQL performance problem -> tuning
Previous Message Tom Lane 2003-08-06 21:47:36 Re: How to efficiently duplicate a whole schema?