From: | Jan Wieck <JanWieck(at)Yahoo(dot)com> |
---|---|
To: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org> |
Subject: | Vacuum Delay feature |
Date: | 2004-02-05 14:05:53 |
Message-ID: | 40224DC1.9060502@Yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
The attached patch applies to CVS tip as of 02/05/2004 and implements
the cost based vacuum delay feature.
A detailed description with charts of different configuration settings
can be found here:
http://developer.postgresql.org/~wieck/vacuum_cost/
There is a problem left that seems to be related to Toms observations in
the shutdown behaviour of the postmaster. My current guess is that the
napping done via select(2) somehow prevents responding to the query
abort signal.
Jan
--
#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#================================================== JanWieck(at)Yahoo(dot)com #
Attachment | Content-Type | Size |
---|---|---|
vacuum_cost.75devel.diff.gz | application/x-gzip | 3.0 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Rod Taylor | 2004-02-05 14:12:59 | Re: PITR Dead horse? |
Previous Message | Bruce Momjian | 2004-02-05 13:48:30 | Re: [PATCHES] log session end - again |
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2004-02-05 14:34:33 | Re: [PATCHES] log session end - again |
Previous Message | Bruce Momjian | 2004-02-05 13:48:30 | Re: [PATCHES] log session end - again |