Re: speeding up pg_dump? - Mailing list pgsql-novice

From Tom Lane
Subject Re: speeding up pg_dump?
Date
Msg-id 19905.1135662965@sss.pgh.pa.us
Whole thread Raw
In response to Re: speeding up pg_dump?  (<me@alternize.com>)
List pgsql-novice
<me@alternize.com> writes:
>> Me either.  Do you have operations that are taking exclusive locks on
>> tables?

> there is one exclusive lock...

>  transactionid |          |          |      |       |      42571885 |
> |       |          |    42571885 | 3680 | ExclusiveLock   | t

Every transaction takes ExclusiveLock on its own transaction ID.  That
in itself isn't an issue.  You sure you don't see any rows with granted
= 'f' while pg_dump is running and everything seems blocked?

            regards, tom lane

pgsql-novice by date:

Previous
From:
Date:
Subject: Re: speeding up pg_dump?
Next
From:
Date:
Subject: Re: speeding up pg_dump?