Re: Postgres 7.3.2 -> 8.1.2 upgrade performance issue

From: David Brain <dbrain(at)bandwidth(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Postgres 7.3.2 -> 8.1.2 upgrade performance issue
Date: 2006-02-03 17:21:14
Message-ID: 43E3910A.2010903@bandwidth.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

OK - spent some more time profiling what was going on on both the client
and server machine. It began ti look more like a connector problem (I
was seeing low CPU usage on both client & server and could see very slow
BIND/INSERT/COMMIT commands being sent to the db).

Upgraded to Npgsql 1.0beta2 - from http://pgfoundry.org/projects/npgsql
and things have improved significantly.

Thanks for the help,

David.

--
David Brain - bandwidth.com
dbrain(at)bandwidth(dot)com
919.297.1078

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Merlin Moncure 2006-02-03 17:23:29 Re: Primary keys for companies and people
Previous Message Emi Lu 2006-02-03 16:11:39 performance about trigger (after insert, update, delete)