Re: Vacuum full?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Vacuum full?
Дата
Msg-id 29181.1036704193@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Vacuum full?  (Dmitry Tkach <dmitry@openratings.com>)
Список pgsql-general
Dmitry Tkach <dmitry@openratings.com> writes:
> By closing other transactions, did you mean ALL transactions open in
> that database, or just the ones, having anything to do with that table
> (reading/writing)?

I mean ALL.

You can start some new ones right away, but your current open
transactions are determining what VACUUM thinks might be a still-visible
tuple.  You need to make the "oldest open transaction number" move
forward.

            regards, tom lane

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

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: PostgreSQL on Linux and Solaris comparison
Следующее
От: Neil Conway
Дата:
Сообщение: Re: request new feature: auto recompile of function when oid not found