Re: Buglist

From: "Shridhar Daithankar" <shridhar_daithankar(at)persistent(dot)co(dot)in>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Buglist
Date: 2003-08-22 15:47:04
Message-ID: 3F468850.28139.48BCF8@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

On 22 Aug 2003 at 12:35, Claudio Lapidus wrote:

> Bruno Wolff III wote:
> > On Fri, Aug 22, 2003 at 12:17:41 +0530,
> > Shridhar Daithankar <shridhar_daithankar(at)persistent(dot)co(dot)in> wrote:
> > >
> > > Idea of autovacuum is to reduce load on vacuum full. If you set
> shared_buffers
> > > higher and FSM properly for he update/delete load, autovacuum is
> expected to
> > > catch most of the dead tuples in shared cache only. If it is successful
> in
> > > doubling the frequency on vacuum full, that's a big win, isn't it?
> >
> > If you run a normal vacuum often enough, you shouldn't need to regularly
> > run vacuum full.
>
> Hmm, here we have a certain table, sort of FIFO, rows get inserted all the
> time, lay there for a couple of hours and get deleted "the other end
> around". We run normal vacuum almost constantly, but the table keeps
> growing. We had to implement a 'vacuum full' once a week to keep it under
> control.

I think you could benefit from some kind of emulated partitioning.. If there
are large number of rows getting deleted at the end of two hours, you could
just drop that sub table..

Bye
Shridhar

--
We come to bury DOS, not to praise it.(Paul Vojta, vojta(at)math(dot)berkeley(dot)edu,
paraphrasing a quote of Shakespeare)

In response to

  • Re: Buglist at 2003-08-22 15:35:50 from Claudio Lapidus

Browse pgsql-general by date

  From Date Subject
Next Message Matthew T. O'Connor 2003-08-22 16:02:14 Re: [HACKERS] Buglist
Previous Message Greg Stark 2003-08-22 15:43:19 Re: Collation rules and multi-lingual databases

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephan Szabo 2003-08-22 15:47:30 Re: [SQL] "SELECT IN" Still Broken in 7.4b
Previous Message Josh Berkus 2003-08-22 15:41:50 Implementing FQA Indexes (in Italian) -- Help?