Re: Large historical tables and autovacuum - Mailing list pgsql-admin

From Rural Hunter
Subject Re: Large historical tables and autovacuum
Date
Msg-id 504E9A82.6070504@gmail.com
Whole thread Raw
In response to Large historical tables and autovacuum  (David Morton <davidmorton78@gmail.com>)
List pgsql-admin
turn auto vacuum off for those tables.

于 2012/9/11 4:30, David Morton 写道:
> We have many large tables which contain static historical data, they
> are auto vacuumed on a regular basis (sometimes to prevent wraparound)
> which i suspect causes a few annoying side effects:
> - Additional WAL file generation
> - Increased 'changed' data as far as our online rsync based backups
> are concerned
>
> Is there any way to tell Postgres that these tables are now not
> available for changes so we can avoid these seemingly pointless
> maintenance tasks ?
>
> Dave



pgsql-admin by date:

Previous
From: David Morton
Date:
Subject: Large historical tables and autovacuum
Next
From: Fernando Hevia
Date:
Subject: Re: Large historical tables and autovacuum