Re: vacuumdb in parallel

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: vacuumdb in parallel
Дата
Msg-id 1255610719.30088.1488.camel@ebony
обсуждение исходный текст
Ответ на Re: vacuumdb in parallel  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-admin
On Thu, 2009-10-15 at 09:24 -0300, Alvaro Herrera wrote:
> Simon Riggs escribió:
> > On Wed, 2009-10-14 at 13:57 -0300, Alvaro Herrera wrote:
> > > Anj Adu escribió:
> > >
> > > > I have several "daily" tables that get dropped every day..Is there a
> > > > wildcard that I can use to tell vacuumdb NOT to vacuum those
> > > > tables...
> > >
> > > No.  You need to do "INSERT INTO pg_autovacuum" (or ALTER TABLE/SET in 8.4)
> > > just after you've created the table.
> >
> > This doesn't work with vacuumdb, only with autovacuum.
>
> Ah, that's right.  But then I see no reason why autovacuum wouldn't work
> for him with this (he doesn't seem to have tried it).

IIRC he wanted to do vacuum in parallel using 8.1

That's before you did your fine work to improve autovacuum.

--
 Simon Riggs           www.2ndQuadrant.com


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: vacuumdb in parallel
Следующее
От: rahimeh khodadadi
Дата:
Сообщение: Re: configuration kerberos in Postgre sql