Re: Error when execute insert/update

Поиск
Список
Период
Сортировка
От Leandro Bugalho
Тема Re: Error when execute insert/update
Дата
Msg-id CAExYQ-rvKgGJJgW3S19CgYu7QBRdQ3jLgKknBe8X7vuCRyz=bQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Error when execute insert/update  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-admin
Thank you, I understand the need for a vacuum , my question is if it
is possible in my situation to increase some parameter to correct the
error of "multixact"""members""limit exceeded" now? , for the
application to be able to write again, while executing the vacuum
aggressive.Yes and I'm checking how to avoid this in the future... the
autovacuum is enabled and I'll try to adjust it after I get through
this situation.

thank you so much

On Sun, Sep 11, 2022 at 12:14 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> Leandro Bugalho <leandrohb@gmail.com> writes:
> > This upgrade is in our follow up. But unfortunately this issue
> > occurred previously our upgrade.  Now we need to fix this. ANy
> > suggestions ?
>
> There is no magic bullet that will avoid the need for the cleanup
> VACUUM, if that's what you mean.  What you should be thinking
> about is how to prevent a recurrence of the situation.  In ordinary
> circumstances autovacuum ought to have kept you out of trouble ...
> have you disabled that, or changed settings to render it
> insufficiently aggressive?
>
>                         regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Error when execute insert/update
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Error when execute insert/update