| From: | Andres Freund <andres(at)2ndquadrant(dot)com> |
|---|---|
| To: | Dev Kumkar <devdas(dot)kumkar(at)gmail(dot)com> |
| Cc: | Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>, pgsql-sql(at)postgresql(dot)org |
| Subject: | Re: [SQL] pg_multixact issues |
| Date: | 2014-09-18 10:33:38 |
| Message-ID: | 20140918103338.GF17265@alap3.anarazel.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general pgsql-hackers pgsql-sql |
On 2014-09-18 14:41:07 +0530, Dev Kumkar wrote:
> On Thu, Sep 18, 2014 at 2:41 AM, Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
> wrote:
>
> >
> > Aaah, hit enter too soon. Also see the other changes under Changes that
> > apply to multixact in 9.3.5
>
>
> Thanks for sharing same. Found this one interesting "Truncate pg_multixact
> during checkpoints, not during VACUUM (Álvaro Herrera)" and also other
> changes. But am not sure are you suggesting to move to 9.3.5 ?
I don't think that's relevant for you.
Did you upgrade the database using pg_upgrade?
> Actually looking for some guidelines on truncating pg_multixact at this
> situation.
>
> - Do I need to run vaccum manually here and then the pg_multixact can be
> truncated?
> - Actually looking out for some hints wherein can know the current
> pg_multixact/members which are active and which one are stale which can be
> truncated? Is there any query to find this information?
>
> pg_class.relminmxid can be referred but should I change the value of
> autovacuum_multixact_freeze_max_age which defaults to 400 million
> multixacts, setting this value to lower limits would help in cleaning up
> pg_multixact?
Can you show pg_controldata output and the output of 'SELECT oid,
datname, relfrozenxid, age(relfrozenxid), relminmxid FROM pg_database;'?
Greetings,
Andres Freund
--
Andres Freund http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services
| From | Date | Subject | |
|---|---|---|---|
| Next Message | ludwig@kni-online.de | 2014-09-18 11:12:48 | Re: strange problem with not existing roles |
| Previous Message | Dev Kumkar | 2014-09-18 09:11:07 | Re: pg_multixact issues |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Kyotaro HORIGUCHI | 2014-09-18 10:41:38 | Re: [TODO] Process pg_hba.conf keywords as case-insensitive |
| Previous Message | Andres Freund | 2014-09-18 09:58:20 | Re: New developer TODO suggestions |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dev Kumkar | 2014-09-18 12:50:59 | Re: [GENERAL] pg_multixact issues |
| Previous Message | Dev Kumkar | 2014-09-18 09:11:07 | Re: pg_multixact issues |