Re: [HACKERS] vacuum timings

Поиск
Список
Период
Сортировка
От Vadim Mikheev
Тема Re: [HACKERS] vacuum timings
Дата
Msg-id 388801C2.3B78E1FA@krs.ru
обсуждение исходный текст
Ответ на RE: [HACKERS] vacuum timings  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
Ответы RE: [HACKERS] vacuum timings  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] vacuum timings
Следующее
От: "Hiroshi Inoue"
Дата:
Сообщение: RE: [HACKERS] vacuum timings