Re: some databases have not been vacuumed ...

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: some databases have not been vacuumed ...
Дата
Msg-id 1122929975.9182.49.camel@state.g2switchworks.com
обсуждение исходный текст
Ответ на Re: some databases have not been vacuumed ...  (FM <dist-list@LEXUM.UMontreal.CA>)
Список pgsql-admin
No.  Vacuum full should not be necessary on a properly configured
server.

See:

http://www.postgresql.org/docs/8.0/static/maintenance.html

On Mon, 2005-08-01 at 15:51, FM wrote:
> I vacumm all DB ...except... postgres ones.
>
> I"ll do a vacuum -all tonight
>
> What is you vacuum strategy ?
> vacuum everyday and vacuum full analyse ervery week ?
>
> thanks !
>
>
> Joshua D. Drake wrote:
> > FM wrote:
> >
> >> Hello after a vacuum full analyse I received this  :
> >> WARNING:  some databases have not been vacuumed in 1805294030
> >> transactions
> >> HINT:  Better vacuum them within 342189617 transactions, or you may
> >> have a wraparound failure.
> >>
> >> I read that it's because i do not vacuum DB very often.
> >> Now I vacuum every night but the warning remains.
> >> How can I get rid of this ?
> >
> >
> > Run a vacuum full on all the database.
> >
> >>
> >> Thanks !
> >>
> >> ---------------------------(end of broadcast)---------------------------
> >> TIP 3: Have you checked our extensive FAQ?
> >>
> >>               http://www.postgresql.org/docs/faq
> >
> >
> >
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster

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

Предыдущее
От: FM
Дата:
Сообщение: Re: some databases have not been vacuumed ...
Следующее
От: Robert Perry
Дата:
Сообщение: Re: Alter Table vs. Rename/Create/Drop table with plpgsql functions.