Re: wide row insert via Postgres jdbc driver - Mailing list pgsql-general

From Thomas Kellerer
Subject Re: wide row insert via Postgres jdbc driver
Date
Msg-id lvro36$3m1$1@ger.gmane.org
Whole thread Raw
In response to wide row insert via Postgres jdbc driver  (Sameer Kumar <sameer.kumar@ashnik.com>)
Responses Re: wide row insert via Postgres jdbc driver  (Bill Moran <wmoran@potentialtech.com>)
List pgsql-general
Sameer Kumar schrieb am 23.09.2014 um 07:24:
> I am working with a vendor and planning to deploy their application
> on PostgreSQL as backend. They have cautioned the customer that
> PostgreSQL's jdbc driver v9.1 (build 900) has issues which causes
> deadlocks while "wide record inserts".

Can you be a bit more explicit?
I have never heard the term "wide record inserts" before


> Is there any such known problem which anyone else has encountered in
> this regards? Has there been any improvements in future
> builds/releases on this aspect of PostgreSQL drivers/connectors?

I have never seen any deadlocks in Postgres that were caused by the driver or Postgres itself.

Deadlocks are almost always caused by sloppy programming.

My guess is that this vendor initially supported "some other" database
with less strict transaction handling or even a DBMS where the couldn't
(or didn't want to) use transactions.





pgsql-general by date:

Previous
From: "FarjadFarid\(ChkNet\)"
Date:
Subject: Re: csv import error
Next
From: Bill Moran
Date:
Subject: Re: wide row insert via Postgres jdbc driver