Re: Postgres batch write very slow - what to do - Mailing list pgsql-performance

From Carlos Moreno
Subject Re: Postgres batch write very slow - what to do
Date
Msg-id 45FADE4B.8010007@mochima.com
Whole thread Raw
In response to Re: Postgres batch write very slow - what to do  ("Joshua D. Drake" <jd@commandprompt.com>)
Responses Re: Postgres batch write very slow - what to do  ("Joshua D. Drake" <jd@commandprompt.com>)
List pgsql-performance
Joshua D. Drake wrote:

>insert into foo(bar) values (bang) (bong) (bing) ...?
>
>
>

Nit pick  (with a "correct me if I'm wrong" disclaimer :-)) :

Wouldn't that be  (bang), (bong), (bing) ....  ??

Carlos
--


pgsql-performance by date:

Previous
From: cedric
Date:
Subject: unsubscribe
Next
From: "Joshua D. Drake"
Date:
Subject: Re: Postgres batch write very slow - what to do