Re: Automatic free space map filling

Matthew T. O'Connor <matthew@zeut.net>

From: "Matthew T. O'Connor" <matthew@zeut.net>
To: Csaba Nagy <nagy@ecircle-ag.com>
Cc: Alvaro Herrera <alvherre@commandprompt.com>, Bruce Momjian <pgman@candle.pha.pa.us>, Christopher Browne <cbbrowne@acm.org>, postgres hackers <pgsql-hackers@postgresql.org>
Date: 2006-03-04T00:50:22Z
Lists: pgsql-hackers
Csaba Nagy wrote:
>> So he rather needs Hannu Krosing's patch for simultaneous vacuum ...
>>     
>
> Well, I guess that would be a good solution to the "queue table"
> problem. The problem is that I can't deploy that patch on our production
> systems without being fairly sure it won't corrupt any data... and I
> can't rely on non-production testing either. Basically I'm waiting to
> see Tom saying it will fly :-)

That patch is a step forward if it's deemed OK by the powers that be.  
However, autovacuum would still need to be taught to handle simultaneous 
vacuums.  I suppose that in the interim, you could disable autovacuum 
for the problematic queue table and have cron issue a manual vacuum 
command for that table at the required frequency.

Anyone up for working on / testing / improving Hannu's patch?  I think 
it's beyond my skill set.

Matt