Re: insertion of bytea - Mailing list pgsql-performance

From Michael Stone
Subject Re: insertion of bytea
Date
Msg-id 20051025140549.GC17398@mathom.us
Whole thread Raw
In response to insertion of bytea  ("Chris Mair" <list@1006.org>)
Responses Re: insertion of bytea
Re: insertion of bytea
List pgsql-performance
On Tue, Oct 25, 2005 at 03:44:36PM +0200, Chris Mair wrote:
>Is there a better, faster way to do these inserts?

COPY is generally the fastest way to do bulk inserts (see
PQputCopyData).

Mike Stone

pgsql-performance by date:

Previous
From: Markus Benne
Date:
Subject: Reindex - Is this necessary after a vacuum?
Next
From: Tom Lane
Date:
Subject: Re: Outer join query plans and performance