Re: autovacuum hung?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Brian Cox <brian.cox@xxxxxx> writes:
> Tom Lane [tgl@xxxxxxxxxxxxx] wrote:
>> Are those processes actually doing anything, or just waiting?  strace
>> or local equivalent would be the most conclusive check.

> These must not have been hung, because they finally completed (after 
> 10-15 hrs - some time between 11pm and 8am). Question is why does it 
> take so long to do this on such a relatively small table?

They might have been blocked behind some other process that was sitting
in an open transaction for some reason.  The other likely cause is badly
chosen autovacuum delay, but I think that was already covered.

>> This query isn't very helpful because it fails to show locks that are
>> not directly associated with tables.

> How can that (locks not directly associated...) be determined?

Don't assume every row in pg_locks has a join partner in pg_class.
You could use an outer join ...

			regards, tom lane

-- 
Sent via pgsql-performance mailing list (pgsql-performance@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-performance

[Postgresql General]     [Postgresql PHP]     [PHP Users]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Yosemite]

  Powered by Linux