Re: selects during vacuum

Поиск
Список
Период
Сортировка
От Nigel J. Andrews
Тема Re: selects during vacuum
Дата
Msg-id Pine.LNX.4.21.0307152121370.20776-100000@ponder.fairway2k.co.uk
обсуждение исходный текст
Ответ на selects during vacuum  (Joe Maldonado <jmaldonado@webehosting.biz>)
Список pgsql-general
On 15 Jul 2003, Joe Maldonado wrote:

> Hello,
>     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...
>

You probably need to question why the vacuum analyse is taking a long time on a
small table. Not because it isn't annoying for your selects to appear to hang
but because it shouldn't take a long time to analyze a small table so there's
probably something more significant wrong than slow/blocked queries.


--
Nigel J. Andrews


В списке pgsql-general по дате отправления:

Предыдущее
От: Dmitry Tkach
Дата:
Сообщение: Re: [BUGS] INSTEAD rule bug?
Следующее
От: Andrew Sullivan
Дата:
Сообщение: Re: selects during vacuum