Re: PL/java

2020-12-08 Thread Zé Rui Marques
Hi, My concern is a purely commercial, in this case. We work only for “large” companies. Only telecommunications operators (more than 5 million subscribers) In this environment the “IBM / SAP / Accenture” effect is very strong - “I chose the leader, it is not my fault that it failed” So, havi

Re: PL/java

2020-12-08 Thread Thomas Kellerer
Rob Sargent schrieb am 07.12.2020 um 23:22: > If I'm tracking correctly I can say the java implementation of > CopyManager is, to me, blindingly fast. So if the E and the T are in > java then certainly the L can be also. I can confirm that using CopyManager in JDBC has pretty much the same perfo

Re: PL/java

2020-12-08 Thread David Goodenough
_ > From: Rob Sargent > Sent: Monday, December 7, 2020 11:16 AM > To: pgsql-general@lists.postgresql.org > Subject: Re: PL/java > > On 12/7/20 8:25 AM, Adrian Klaver wrote: > > On 12/7/20 7:18 AM, Hemil Ruparel wrote: > >> I want to say this. I never liked any e

Re: PL/java

2020-12-07 Thread Rob Sargent
Sargent *Sent:* Monday, December 7, 2020 11:16 AM *To:* pgsql-general@lists.postgresql.org *Subject:* Re: PL/java On 12/7/20 8:25 AM, Adrian Klaver wrote: > On 12/7/20 7:18 AM, Hemil Ruparel wrote: >> I want to say this. I never liked any extension language. It's like >>

Re: PL/java

2020-12-07 Thread Martin Gainty
n Saludo m From: Rob Sargent Sent: Monday, December 7, 2020 11:16 AM To: pgsql-general@lists.postgresql.org Subject: Re: PL/java On 12/7/20 8:25 AM, Adrian Klaver wrote: > On 12/7/20 7:18 AM, Hemil Ruparel wrote: >> I want to say this. I never liked any extension language. It's l

Re: PL/java

2020-12-07 Thread Joshua Drake
> > > > The PL/java “add-on” is not supported directly by Postgres. > > With a few exceptions (Perl, Python) this is how the community handles all "add-ons". A great number of features available to you are available as third party extensions and not part of core. Zombodb, Timescale and Citus are go

Re: PL/java

2020-12-07 Thread Adrian Klaver
On 12/7/20 8:16 AM, Rob Sargent wrote: On 12/7/20 8:25 AM, Adrian Klaver wrote: On 12/7/20 7:18 AM, Hemil Ruparel wrote: I want to say this. I never liked any extension language. It's like Java is not meant to interact with databases. The JDBC folks might disagree. That interaction is str

Re: PL/java

2020-12-07 Thread Rob Sargent
On 12/7/20 8:25 AM, Adrian Klaver wrote: On 12/7/20 7:18 AM, Hemil Ruparel wrote: I want to say this. I never liked any extension language. It's like Java is not meant to interact with databases. The JDBC folks might disagree. That interaction is strictly sql to db, data to app.  As it sh

Re: PL/java

2020-12-07 Thread Adrian Klaver
On 12/7/20 7:18 AM, Hemil Ruparel wrote: I want to say this. I never liked any extension language. It's like Java is not meant to interact with databases. The JDBC folks might disagree. Nor is python (in my opinion). I think you should skip the search On Mon, Dec 7, 2020 at 8:15 PM Adrian K

Re: PL/java

2020-12-07 Thread Hemil Ruparel
I want to say this. I never liked any extension language. It's like Java is not meant to interact with databases. Nor is python (in my opinion). I think you should skip the search On Mon, Dec 7, 2020 at 8:15 PM Adrian Klaver wrote: > On 12/7/20 3:25 AM, Zé Rui Marques wrote: > > Hi, > > > > I am

Re: PL/java

2020-12-07 Thread Adrian Klaver
On 12/7/20 3:25 AM, Zé Rui Marques wrote: Hi, I am the lead architect in a small firm that develops a very specialised ETL platform. Traditionally, we have used Oracle and PL-SQL, and we are now porting everything to Postgres. All of our code outside of the database is java and I wiash tha