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

From Hiroshi Inoue
Subject RE: [HACKERS] vacuum timings
Date
Msg-id 000201bf63db$36cdae20$2801007e@tpf.co.jp
Whole thread Raw
In response to vacuum timings  (Bruce Momjian <pgman@candle.pha.pa.us>)
List 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 by date:

Previous
From: Vadim Mikheev
Date:
Subject: Re: [HACKERS] vacuum timings
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] vacuum timings