Re: [HACKERS] vacuum timings

Поиск
Список
Период
Сортировка
От Vadim Mikheev
Тема Re: [HACKERS] vacuum timings
Дата
Msg-id 3887FC19.80305217@krs.ru
обсуждение исходный текст
Ответ на vacuum timings  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: [HACKERS] vacuum timings  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Bruce Momjian wrote:
> 
> 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
>         121 seconds for vacuum after deleting a single row
>         662 seconds for vacuum after deleting the entire table
> 
> With no index, I got:
>          43 seconds for a vacuum
>          43 seconds for vacuum after deleting a single row
>          43 seconds for vacuum after deleting the entire table

Wi/wo -F ?

Vadim


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

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