Re: Postgres batch write very slow - what to do

From: Carlos Moreno <moreno_pg(at)mochima(dot)com>
To:
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Postgres batch write very slow - what to do
Date: 2007-03-16 18:13:31
Message-ID: 45FADE4B.8010007@mochima.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
--

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Bruce McAlister 2007-03-16 19:06:57 Re: PostgreSQL 8.2.3 VACUUM Timings/Performance
Previous Message Joshua D. Drake 2007-03-16 17:19:36 Re: Postgres batch write very slow - what to do