Re: insertion of bytea

From: Michael Stone <mstone+postgres(at)mathom(dot)us>
To: Chris Mair <list(at)1006(dot)org>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: insertion of bytea
Date: 2005-10-25 14:05:49
Message-ID: 20051025140549.GC17398@mathom.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Tom Lane 2005-10-25 14:12:02 Re: Outer join query plans and performance
Previous Message Markus Benne 2005-10-25 13:56:07 Reindex - Is this necessary after a vacuum?