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

From
Subject Re: speeding up pg_dump?
Date
Msg-id 006a01c60aa7$f13d2410$6402a8c0@iwing
Whole thread Raw
In response to speeding up pg_dump?  (<me@alternize.com>)
Responses Re: speeding up pg_dump?
List pgsql-novice
> Me either.  Do you have operations that are taking exclusive locks on
> tables?

there is one exclusive lock...

   locktype    | database | relation | page | tuple | transactionid |
classid | objid | objsubid | transaction | pid  |      mode       | granted

---------------+----------+----------+------+-------+---------------+---------+-------+----------+-------------+------+-----------------+---------
 relation      |  4131529 |    10342 |      |       |               |
|       |          |    42571885 | 3680 | AccessShareLock | t
 transactionid |          |          |      |       |      42571885 |
|       |          |    42571885 | 3680 | ExclusiveLock   | t
(2 rows)

but this lock is also present when restarting the db, so i guess this
shouldn't hurt?

VACUUM FULL takes around 15min...

- thomas



pgsql-novice by date:

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