RE: [HACKERS] vacuum timings

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема RE: [HACKERS] vacuum timings
Дата
Msg-id 000201bf63db$36cdae20$2801007e@tpf.co.jp
обсуждение исходный текст
Ответ на vacuum timings  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
> -----Original Message-----
> From: owner-pgsql-hackers@postgreSQL.org
> [mailto:owner-pgsql-hackers@postgreSQL.org]On Behalf Of Bruce Momjian
> 
> I loaded 10,000,000 rows into CREATE TABLE test (x INTEGER);  Table is
> 400MB and index is 160MB.
> 
> With index on the single in4 column, I got:
>      78 seconds for a vacuum    vc_vaconeind() is called once

>     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. 

>     662 seconds for vacuum after deleting the entire table
>

How about half of the rows deleted case ?
It would take longer time.

Regards.

Hiroshi Inoue
Inoue@tpf.co.jp


В списке pgsql-hackers по дате отправления:

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