Re: autovac hung/blocked - Mailing list pgsql-general

From Richard Huxton
Subject Re: autovac hung/blocked
Date
Msg-id 455C3E74.5060104@archonet.com
Whole thread Raw
In response to Re: autovac hung/blocked  ("Ed L." <pgsql@bluepolka.net>)
Responses Re: autovac hung/blocked
List pgsql-general
Ed L. wrote:
> One idea would be to partition the table some how such that the
> chunks getting vacuumed are much smaller and thus not such an
> impact.  On the app side, I suppose we could break the table
> into multiple tables on some dimension (time) to make the vacuum
> impacts smaller.

You're running on bigger datasets than I'm used to, but that would be my
approach. Did you notice the constraint partitioning introduced in 8.1?

http://www.postgresql.org/docs/8.1/static/ddl-partitioning.html#DDL-PARTITIONING-CONSTRAINT-EXCLUSION

--
   Richard Huxton
   Archonet Ltd

pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: PgSQL not recognized
Next
From: "deepak pal"
Date:
Subject: problem in to_char() function