Re: PostgreSQL Write Performance - Mailing list pgsql-general

From Tim Uckun
Subject Re: PostgreSQL Write Performance
Date
Msg-id 855e4dcf1001061246p4c684cev25ea5f37509ad98c@mail.gmail.com
Whole thread Raw
In response to Re: PostgreSQL Write Performance  (Dimitri Fontaine <dfontaine@hi-media.com>)
List pgsql-general
On Thu, Jan 7, 2010 at 3:13 AM, Dimitri Fontaine <dfontaine@hi-media.com> wrote:
> Tim Uckun <timuckun@gmail.com> writes:
>> Is there a command like COPY which will insert the data but skip all
>> triggers and optionally integrity checks.
>
> pg_bulkload does that AFAIK.
>


That's a great utility. Unfortunately since it bypasses the WAL I
can't use it for this project but thanks for the pointer.

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: timestamp fields and order by?
Next
From: Steve Wampler
Date:
Subject: Re: timestamp fields and order by?