Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: pg_dump and thousands of schemas - Mailing list pgsql-performance

Bruce Momjian <[email protected]> writes:
> On Thu, May 31, 2012 at 09:20:43AM +0900, Tatsuo Ishii wrote:
>>> Ok, I modified the part of pg_dump where tremendous number of LOCK
>>> TABLE are issued. I replace them with single LOCK TABLE with multiple
>>> tables. With 100k tables LOCK statements took 13 minutes in total, now
>>> it only takes 3 seconds. Comments?

>> Shall I commit to master and all supported branches?

> Was this applied?

No, we fixed the server side instead.

            regards, tom lane


pgsql-performance by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pg_dump and thousands of schemas
Next
From: Bruce Momjian
Date:
Subject: Re: pg_dump and thousands of schemas