Re: [HACKERS] vacuum timings - Mailing list pgsql-hackers

From Vadim Mikheev
Subject Re: [HACKERS] vacuum timings
Date
Msg-id 388801C2.3B78E1FA@krs.ru
Whole thread Raw
In response to RE: [HACKERS] vacuum timings  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
Responses RE: [HACKERS] vacuum timings
List 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


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] vacuum timings
Next
From: "Hiroshi Inoue"
Date:
Subject: RE: [HACKERS] vacuum timings