Search Postgresql Archives

Re: bulk inserts

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, Sep 29, 2009 at 12:17:51PM -0400, Tom Lane wrote:
> Sam Mason <sam@xxxxxxxxxxxxx> writes:
> > On Tue, Sep 29, 2009 at 08:45:55AM -0700, Alan Hodgson wrote:
> >> I think a big reason is also that the client can stream the data without 
> >> waiting for a network round trip ack on every statement.
> 
> > I don't think so.  I'm pretty sure you can send multiple statements in a
> > single round trip.
> 
> You can, but that doesn't scale to megabytes of data (at least not
> well).

No, but I didn't think that was being talked about.  I was thinking
network round trip time does seem to become a thousand times less
important when you're putting a thousand statements together.  This
would seem to imply that network latency can be almost arbitrarily
reduced.

> I think the big points are elimination of per-row network and
> transaction commit overhead ...

Well, if you start including transaction commit then you've just changed
semantics away from COPY.  I was implicitly thinking of what changes
when you keep the same semantics as COPY.

> but there are some other optimizations
> in the COPY path too.

Cool, I'll continue to prefer COPY then!

-- 
  Sam  http://samason.me.uk/

-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux