From: | Jan Wieck <JanWieck(at)Yahoo(dot)com> |
---|---|
To: | Manfred Koizar <mkoi-pg(at)aon(dot)at> |
Cc: | shridhar_daithankar(at)persistent(dot)co(dot)in, pgsql-general(at)postgresql(dot)org |
Subject: | Re: Buglist |
Date: | 2003-08-21 22:46:20 |
Message-ID: | 3F454BBC.6090202@Yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
Manfred Koizar wrote:
> On Thu, 21 Aug 2003 21:10:34 +0530, "Shridhar Daithankar"
> <shridhar_daithankar(at)persistent(dot)co(dot)in> wrote:
>>Point I am trying to make is to tune FSM and autovacuum frequency
>>such that you catch all the dead tuples in RAM
>
> You might be able to catch the pages with dead tuples in RAM, but
> currently there's no way to keep VACUUM from reading in all the clean
> pages, which can be far more ...
Which leads us to a zero gravity vacuum, that does the lazy vacuum for
pages currently available in the buffer cache only. And another pg_stat
column telling the number of tuples vacuumed so that an autovac has a
chance to avoid IO consuming vacuum runs for relations where 99% of the
dead tuples have been caught in memory.
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 #
From | Date | Subject | |
---|---|---|---|
Next Message | Patrick Hatcher | 2003-08-21 23:38:25 | how to drop table named user |
Previous Message | Philip Boonzaaier | 2003-08-21 22:27:02 | Re: Bulk Insert / Update / Delete |
From | Date | Subject | |
---|---|---|---|
Next Message | Frank van Vugt | 2003-08-21 23:03:44 | Re: postgresql 7.3.2 bug on date '1901-12-13' and '1901-12 |
Previous Message | Manfred Koizar | 2003-08-21 22:24:39 | Re: Decent VACUUM (was: Buglist) |