Re: Perfomance Tuning - Mailing list pgsql-performance

From Christopher Kings-Lynne
Subject Re: Perfomance Tuning
Date
Msg-id 1f8901c36166$b50cf6b0$2800a8c0@mars
Whole thread Raw
In response to Re: Perfomance Tuning  (Dennis Björklund <db@zigo.dhs.org>)
Responses Re: Perfomance Tuning  (Ron Johnson <ron.l.johnson@cox.net>)
List pgsql-performance
> So, group the inserts in transactions with maybe 1000 commands each. It
> will go much faster. It can then cache the rows and in the end just make
> sure all 1000 have been written out on disk.

More than that, he should be using COPY - it's 10x faster than even grouped
inserts.

Chris


pgsql-performance by date:

Previous
From: Dennis Björklund
Date:
Subject: Re: Perfomance Tuning
Next
From: Ron Johnson
Date:
Subject: Re: Perfomance Tuning