Re: Performance over a LAN

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: William Carney <wcarney(at)sa(dot)quiktrak(dot)com(dot)au>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Performance over a LAN
Date: 2004-07-23 06:02:38
Message-ID: 4100A9FE.2020905@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

> But with the server running on one machine and the client running on
> another, the two machines being connected by a 100 Mb ethernet, with nothing
> else on the network, this test takes 17 minutes to run. I have tried
> changing the frequency of COMMIT operations, but with only a small effect.

Are you using separate INSERT statements? Try using COPY instead, it's
much faster.

chris

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Mark Aufflick 2004-07-23 06:20:17 Re: Performance over a LAN
Previous Message William Carney 2004-07-23 05:50:54 Performance over a LAN