Re: VACUUM FULL and ALTER TABLE do *nothing* in 7.3.2

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: SZUCS Gabor <surrano(at)mailbox(dot)hu>
Cc: <pgsql-sql(at)postgresql(dot)org>
Subject: Re: VACUUM FULL and ALTER TABLE do *nothing* in 7.3.2
Date: 2003-05-06 14:32:45
Message-ID: 20030506073053.G7678-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


On Tue, 6 May 2003, SZUCS Gabor wrote:

> Dear Achilleus,
>
> Dunno, it's a multiuser environment. However, I'll try asking everyone to
> stop working for a minute...
>
> ... oops, I just see that it finished about half an hour before (taking an
> amazing 76 minutes for ALTER TABLE to complete). About that time, I started
> and exited a client. Seems it solved the problem. Now "vacuum full analyze"
> finished in a couple of seconds.
>
> Do you have any idea about an explanation? Does vacuum wait for the end of
> each and every transaction?

Both alter table and vacuum full want to take exclusive locks on the
table IIRC. If say that transaction that was idle had done *anything* on
the table and was sitting open after that, both of those would wait until
the transaction released the lock.

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2003-05-06 14:35:04 Re: VACUUM FULL and ALTER TABLE do *nothing* in 7.3.2
Previous Message Achilleus Mantzios 2003-05-06 13:56:18 Re: Cast type int2vector/array_field to character