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

From Joshua D. Drake
Subject Re: Postgres batch write very slow - what to do
Date
Msg-id 45FAD1A8.7090307@commandprompt.com
Whole thread Raw
In response to Re: Postgres batch write very slow - what to do  (Carlos Moreno <moreno_pg@mochima.com>)
List pgsql-performance
Carlos Moreno wrote:
> 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) ....  ??

Yes.

J


>
> Carlos
> --
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster
>


--

      === The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive  PostgreSQL solutions since 1997
             http://www.commandprompt.com/

Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
PostgreSQL Replication: http://www.commandprompt.com/products/


pgsql-performance by date:

Previous
From: Carlos Moreno
Date:
Subject: Re: Postgres batch write very slow - what to do
Next
From: "Bruce McAlister"
Date:
Subject: Re: PostgreSQL 8.2.3 VACUUM Timings/Performance