Re: Error when execute insert/update

From: Leandro Bugalho <leandrohb(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: Error when execute insert/update
Date: 2022-09-11 15:41:15
Message-ID: CAExYQ-rvKgGJJgW3S19CgYu7QBRdQ3jLgKknBe8X7vuCRyz=bQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
> Leandro Bugalho <leandrohb(at)gmail(dot)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

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Alvaro Herrera 2022-09-13 11:11:14 Re: Error when execute insert/update
Previous Message Tom Lane 2022-09-11 15:14:09 Re: Error when execute insert/update