Re: MS-server <-> Ppostgresql - Mailing list pgsql-general

From Felipe Schnack
Subject Re: MS-server <-> Ppostgresql
Date
Msg-id 1037882977.30862.59.camel@desenv1.ritterdosreis.br
Whole thread Raw
In response to Re: MS-server <-> Ppostgresql  ("Shridhar Daithankar" <shridhar_daithankar@persistent.co.in>)
Responses Re: MS-server <-> Ppostgresql  ("Shridhar Daithankar" <shridhar_daithankar@persistent.co.in>)
List pgsql-general
  Why copy is faster? You can do everything in a transaction turning off
autocommit...

On Thu, 2002-11-21 at 10:46, Shridhar Daithankar wrote:
> On 21 Nov 2002 at 13:35, Francois Sauterey wrote:
>
> > I plan to extract/copy about 120.000 lines from a MS SQL 7 server database
> > (on a NT machione) to a postresql database on a Linux machine (debian/woody).
> > But what a pity : I obtain (after so many tests, so many compilation with
> > so many different options) a copy of about 1200 lines/minute ;~{
> > And horror, I plan to make the same thing  whith a 3.000.000 lines database.
> > Any idea ?
>
> Yes.. Copy inside a transaction. Put something like 10000 lines in a
> transaction and then commit. See what speed difference that would make.
>
> If possible use copy. That's fastest. It would insert all of them in one
> transaction..
>
> HTH
>
> Bye
>  Shridhar
>
> --
> Battle, n.:    A method of untying with the teeth a political knot that    will not
> yield to the tongue.        -- Ambrose Bierce
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
--

Felipe Schnack
Analista de Sistemas
felipes@ritterdosreis.br
Cel.: (51)91287530
Linux Counter #281893

Faculdade Ritter dos Reis
www.ritterdosreis.br
felipes@ritterdosreis.br
Fone/Fax.: (51)32303328


pgsql-general by date:

Previous
From: "Shridhar Daithankar"
Date:
Subject: Re: MS-server <-> Ppostgresql
Next
From: "Shridhar Daithankar"
Date:
Subject: Re: MS-server <-> Ppostgresql