Re: [PORTS] vacuum takes too long - Mailing list pgsql-ports

From Bruce Momjian
Subject Re: [PORTS] vacuum takes too long
Date
Msg-id 199901062102.QAA07437@candle.pha.pa.us
Whole thread Raw
In response to vacuum takes too long  (David Wetzel <dave@turbocat.de>)
List pgsql-ports
> Hi,
>
> insert a few row in a table (>50000) and do
> delete from mytable;
> vacuum verbose  analyze;
>
> Why is this that slow?

Analyze checks every column in every row.

--
  Bruce Momjian                        |  http://www.op.net/~candle
  maillist@candle.pha.pa.us            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-ports by date:

Previous
From: David Wetzel
Date:
Subject: vacuum takes too long
Next
From: David Wetzel
Date:
Subject: Re: [PORTS] vacuum takes too long