Re: selects during vacuum - Mailing list pgsql-general

From Alvaro Herrera
Subject Re: selects during vacuum
Date
Msg-id 20030715205221.GE9410@dcc.uchile.cl
Whole thread Raw
In response to selects during vacuum  (Joe Maldonado <jmaldonado@webehosting.biz>)
List pgsql-general
On Tue, Jul 15, 2003 at 04:09:28PM -0400, Joe Maldonado wrote:

>     Vacuum analyze is taking a really long time on a fairly small table and
> during the time the vacuum is running all "select * from <the table>;"
> seems to hang untill the vacuum is done.  Any help on this matter would
> be greatly appreciated...

Try to reindex the table.  That should speed up the vacuuming.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
You liked Linux a lot when he was just the gawky kid from down the block
mowing your lawn or shoveling the snow. But now that he wants to date
your daughter, you're not so sure he measures up. (Larry Greenemeier)

pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: Fw: select null + 0 question
Next
From: Tom Lane
Date:
Subject: Re: [BUGS] INSTEAD rule bug?