Re: Very long SQL strings - Mailing list pgsql-performance

From Andreas Kretschmer
Subject Re: Very long SQL strings
Date
Msg-id 20070621184833.GA10814@KanotixBox
Whole thread Raw
In response to Very long SQL strings  ("Steven Flatt" <steven.flatt@gmail.com>)
Responses Re: Very long SQL strings
List pgsql-performance
Steven Flatt <steven.flatt@gmail.com> schrieb:
> For example, on a toy table with two columns, I noticed about a 20% increase
> when bulking together 1000 tuples in one INSERT statement as opposed to doing
> 1000 individual INSERTS.  Would this be the same for 10000? 100000?  Does it
> depend on the width of the tuples or the data types?

I guess you can obtain the same if you pack all INSERTs into one
transaction.

And, faster than INSERT: COPY.


Andreas
--
Really, I'm not out to destroy Microsoft. That will just be a completely
unintentional side effect.                              (Linus Torvalds)
"If I was god, I would recompile penguin with --enable-fly."    (unknow)
Kaufbach, Saxony, Germany, Europe.              N 51.05082°, E 13.56889°

pgsql-performance by date:

Previous
From: Tom Lane
Date:
Subject: Re: Very long SQL strings
Next
From: Francisco Reyes
Date:
Subject: Re: Database-wide VACUUM ANALYZE