Re: [SQL] pg_multixact issues

From: Dev Kumkar <devdas(dot)kumkar(at)gmail(dot)com>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: [SQL] pg_multixact issues
Date: 2014-09-30 19:32:04
Message-ID: CALSLE1P-1B+u5sO-mEjR0yc3SSD_fvGh0ZZ=ZgnGVspaCCjmfA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers pgsql-sql

On Tue, Sep 30, 2014 at 8:50 PM, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
wrote:

> Did you try decreasing the autovacuum_multixact_freeze_min_age and
> autovacuum_multixact_freeze_table_age parameters?
>
As per the docs this set anywhere from zero to 1 billion for
vacuum_multixact_freeze_min_age

And zero to 2 billion for vacuum_multixact_freeze_table_age.

Modified this to have value 10 and 15 respectively. Not sure if that's
correct way of setting these parameters?

What exact server version are you running?
>
Am using PostgreSQL 9.3.4 (linux-64-bit)

Regards...

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Roger Pack 2014-09-30 21:17:52 ability to return number of rows inserted into child partition tables request
Previous Message Adam Brusselback 2014-09-30 19:16:09 Re: table versioning approach (not auditing)

Browse pgsql-hackers by date

  From Date Subject
Next Message Dean Rasheed 2014-09-30 19:47:56 Re: WITH CHECK and Column-Level Privileges
Previous Message Stephen Frost 2014-09-30 19:17:53 Re: WITH CHECK and Column-Level Privileges

Browse pgsql-sql by date

  From Date Subject
Next Message Hector Menchaca 2014-10-05 04:23:47 Function with OUT parameter and Return Query
Previous Message Alvaro Herrera 2014-09-30 15:20:13 Re: [SQL] pg_multixact issues