Re: Vacuum Problems

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Vacuum Problems
Дата
Msg-id dcc563d10811260740m69f8969bt36be6ae675620dcb@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Vacuum Problems  ("Rafael Domiciano" <rafael.domiciano@gmail.com>)
Ответы Re: Vacuum Problems  ("Rafael Domiciano" <rafael.domiciano@gmail.com>)
Список pgsql-admin
2008/11/26 Rafael Domiciano <rafael.domiciano@gmail.com>:
> The database has around 40 Gb.
> If I not use vacuum full everyday the database get very slow.
>
> There is no deadlock on the database.

You didn't mention  if you were using autovacuum or not.  You also
didn't mention whether or not you'd tried regular vacuums if for some
reason you can't use autovacuum.  Vacuum full is very intrusive and
can cause index bloat.  It's more of a repair operation than a routine
maintenance one.

What do the last 10 or so lines of vacuum verbose run as a super user say?

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

Предыдущее
От: "Rafael Domiciano"
Дата:
Сообщение: Re: Vacuum Problems
Следующее
От: "Rafael Domiciano"
Дата:
Сообщение: Re: Vacuum Problems