Re: INSERT times - same storage space but more fields -> much slower inserts - Mailing list pgsql-performance

From Matthew Wakeling
Subject Re: INSERT times - same storage space but more fields -> much slower inserts
Date
Msg-id alpine.DEB.2.00.0904141700020.4053@aragorn.flymine.org
Whole thread Raw
In response to Re: INSERT times - same storage space but more fields -> much slower inserts  (Stephen Frost <sfrost@snowman.net>)
Responses Re: INSERT times - same storage space but more fields -> much slower inserts
List pgsql-performance
On Tue, 14 Apr 2009, Stephen Frost wrote:
> Bacula should be using COPY for the batch data loads, so hopefully won't
> suffer too much from having the fields split out.  I think it would be
> interesting to try doing PQexecPrepared with binary-format data instead
> of using COPY though.  I'd be happy to help you implement a test setup
> for doing that, if you'd like.

You can always do binary-format COPY.

Matthew

--
 An ant doesn't have a lot of processing power available to it. I'm not trying
 to be speciesist - I wouldn't want to detract you from such a wonderful
 creature, but, well, there isn't a lot there, is there?
                                        -- Computer Science Lecturer

pgsql-performance by date:

Previous
From: Nikolas Everett
Date:
Subject: Re: difficulties with time based queries
Next
From: Stephen Frost
Date:
Subject: Re: INSERT times - same storage space but more fields -> much slower inserts