Re: VACUUM FULL needed sometimes to prevent transaction ID wraparound? - Mailing list pgsql-performance

From Dave Dutcher
Subject Re: VACUUM FULL needed sometimes to prevent transaction ID wraparound?
Date
Msg-id 023601c6c621$1de0f3e0$8300a8c0@tridecap.com
Whole thread Raw
In response to VACUUM FULL needed sometimes to prevent transaction ID wraparound?  (Marinos Yannikos <mjy@geizhals.at>)
List pgsql-performance
I would guess that you are not running vacuumdb as a user with permission to
vacuum the postgres or template1 databases.  Try telling vacuumdb to log in
as postgres or whatever your superuser account is called.


> -----Original Message-----
> From: pgsql-performance-owner@postgresql.org
> [mailto:pgsql-performance-owner@postgresql.org] On Behalf Of
> Marinos Yannikos
> Sent: Tuesday, August 22, 2006 1:11 PM
> To: pgsql-performance@postgresql.org
> Subject: [PERFORM] VACUUM FULL needed sometimes to prevent
> transaction ID wraparound?
>
>
> Hello,
>
> we're looking into the reason why we are getting warnings about
> transaction ID wraparound despite a daily "vaccumdb -qaz". Someone is
> claiming that VACUUM without FULL cannot reassign XIDs properly when
> max_fsm_pages was set too low (it says so here too, but this
> is rather
> old:
> http://www.varlena.com/GeneralBits/Tidbits/perf.html#maxfsmp). Is
> this true, or do we have a different issue here? We're using
> 8.1.3 with
> a database generated on 8.1.3 (i.e. not migrated from 7.x or anything
> like that).
>
> Thanks,
>   Marinos
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings
>


pgsql-performance by date:

Previous
From: "Bucky Jordan"
Date:
Subject: Re: How to get higher tps
Next
From: "Marty Jia"
Date:
Subject: Re: How to get higher tps