Re: postgres 8 performance - Mailing list pgsql-general

From Pierre-Frédéric Caillaud
Subject Re: postgres 8 performance
Date
Msg-id opsdycf1necq72hf@musicbox
Whole thread Raw
In response to postgres 8 performance  (Paramveer.Singh@trilogy.com)
List pgsql-general
    Add a begin/commit on that so you dont have 10k transactions ?

BEGIN
> ********************
> for (int i=0; i < 10000; i++) {
>                   s.execute("insert into tab values (" + i + ",'" + i +
> "')") ;
> }
> ****************
COMMIT

pgsql-general by date:

Previous
From: Paramveer.Singh@trilogy.com
Date:
Subject: postgres 8 performance
Next
From: Chris Mair
Date:
Subject: Re: postgres 8 performance