Re: ESTERROR

Поиск
Список
Период
Сортировка
От Michael Guerin
Тема Re: ESTERROR
Дата
Msg-id 441856B1.2040404@rentec.com
обсуждение исходный текст
Ответ на Re: ESTERROR  ("Guido Barosio" <gbarosio@gmail.com>)
Список pgsql-novice
Guido Barosio wrote:
> Is the autovacuum running?
> Prolly related tho.
>
No, autovac is not turned on, its not needed b/c the information in the
database is static.  If data needs to be changed, the new data is
inserted into a temp table, indexes are created, vacuumed, then  the old
table is dropped and the temp table is renamed.    Sounds ugly, but its
actually a good solution for the constraints we have.

-mike


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

Предыдущее
От: Michael Guerin
Дата:
Сообщение: Re: ESTERROR
Следующее
От: Tom Lane
Дата:
Сообщение: Re: ESTERROR