Re: Automatic free space map filling - Mailing list pgsql-hackers

From Hannu Krosing
Subject Re: Automatic free space map filling
Date
Msg-id 1141243198.3737.7.camel@localhost.localdomain
Whole thread Raw
In response to Re: Automatic free space map filling  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
Ühel kenal päeval, T, 2006-02-28 kell 19:47, kirjutas Alvaro Herrera:
> Hannu Krosing wrote:
> 
> > Due to current implementation of vacuum,
> > you have to abandon continuous vacuuming during vacuum of bigtable, but
> > i have written and submitted to "patches" list a patch which allows
> > vacuums not to block each other out, this is stalled due to Tom's
> > "unesyness" about its possible hidden effects, but it should be
> > available from "patches" list to anyone in distress :p
> 
> Do you use it in production?  Have you noticed any ill effects?

No, I don't run it in production at this time, as I solved the immediate
problem by splitting small and big tables to different databases and
having client applications rewritten accordingly.

I did run a parallel load (queries from log of real database, plus
parallel vacuums on tables) for some time and saw no ill effects there.

I will likely start using it in production on some databases during next
few months as new restructuring of databases brings back the case where
huge and tiny tables are in the same database.

--------------
Hannu




pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: 8.2 Feature Freeze Rough Estimate
Next
From: Michael Fuhr
Date:
Subject: Re: bug in 7.3.2