Re: INSERT extremely slow with large data sets (fwd) - Mailing list pgsql-performance

From George Essig
Subject Re: INSERT extremely slow with large data sets (fwd)
Date
Msg-id 20031115131338.90329.qmail@web80208.mail.yahoo.com
Whole thread Raw
In response to Re: INSERT extremely slow with large data sets (fwd)  (Slavisa Garic <Slavisa.Garic@infotech.monash.edu.au>)
Responses Re: INSERT extremely slow with large data sets (fwd)
List pgsql-performance
--- Slavisa Garic <Slavisa.Garic@infotech.monash.edu.au> wrote:
> Does VACUUM ANALYZE help with the analysis or it also speeds up the
> process. I know i could try that before I ask but experiment is running
> now and I am too curious to wait :),
>
> Anyway thanks for the hint,
> Slavisa
>

VACUUM ANALYZE will reclaim disk space and update statistics used by the optimizer to help execute
queries faster.  This could speed up your inserts.  See
http://www.postgresql.org/docs/7.3/static/sql-vacuum.html.

George Essig

pgsql-performance by date:

Previous
From: Dennis Bjorklund
Date:
Subject: Re: Help with count(*)
Next
From:
Date:
Subject: Re: Error in transaction processing