Re: [HACKERS] vacuum timings

From: Vadim Mikheev <vadim(at)krs(dot)ru>
To: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: [HACKERS] vacuum timings
Date: 2000-01-21 06:50:42
Message-ID: 388801C2.3B78E1FA@krs.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hiroshi Inoue wrote:
>
> >
> > With index on the single in4 column, I got:
> > 78 seconds for a vacuum
> vc_vaconeind() is called once
^^^^^^
not called ?
>
> > 121 seconds for vacuum after deleting a single row
> vc_vaconeind() is called twice
>
> Hmmm,vc_vaconeind() takes pretty long time even if it does little.

It reads all index leaf pages in any case...

Vadim

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hiroshi Inoue 2000-01-21 07:03:35 RE: [HACKERS] vacuum timings
Previous Message Bruce Momjian 2000-01-21 06:49:28 Re: [HACKERS] vacuum timings