Re: [JDBC] Regarding GSoc Application - Mailing list pgsql-hackers

From Dave Cramer
Subject Re: [JDBC] Regarding GSoc Application
Date
Msg-id CADK3HH+q5xBjePizi4oKqX20bYGwsMLvv1joBQ5bkv4EfC1jxA@mail.gmail.com
Whole thread Raw
In response to Re: [JDBC] Regarding GSoc Application  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Tue, Apr 10, 2012 at 11:25 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Merlin Moncure <mmoncure@gmail.com> writes:
>> ...  We have to invoke java and there
>> are two basic ways to tie into the java runtime:  one is to jump
>> through SPI via the SQL executor. The other is JNI into the pl/java
>> jvm which I think you were hinting was the better approach.
>
> Hm?  SPI doesn't know anything about Java either.
>
>                        regards, tom lane

Having pl/java as a dependancy here makes this a very complex
"feature" to setup.
The potential benefits are quite minimal since almost any decent ETL
tool can handle multiple data sources

Dave

pgsql-hackers by date:

Previous
From: Boszormenyi Zoltan
Date:
Subject: Re: ECPG FETCH readahead
Next
From: Atri Sharma
Date:
Subject: Re: [JDBC] Regarding GSoc Application