Re: Insert only tables and vacuum performance
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Joseph Shraibman <jks@selectacast.net>
Cc: pgsql-performance@postgresql.org
Date: 2004-04-30T04:30:26Z
Lists: pgsql-performance
Joseph Shraibman <jks@selectacast.net> writes: > I have a table that is never updated, only INSERTED into. Is there a way > I can prevent vacuum wasting time on this table What makes you think vacuum is wasting much time on this table? AFAICS it will only update any unfixed hint bits ... regards, tom lane