Re: PL/java? - Mailing list pgsql-general

From Alex Knight
Subject Re: PL/java?
Date
Msg-id MAEFKNDLAHNIFMAIEGHJEEKICDAA.knight@phunc.com
Whole thread Raw
In response to Re: PL/java?  ("Marshall Spight" <marshall@meetstheeye.com>)
Responses Re: PL/java?
List pgsql-general
Even when compiled into bytecode, Java is much slower than C/C++ when
bechmarked... However, Java does what I need it to. But just to clarify,
the "myth" continues on about "slowness."

-----Original Message-----
From: pgsql-general-owner@postgresql.org
[mailto:pgsql-general-owner@postgresql.org]On Behalf Of Marshall Spight
Sent: Thursday, August 30, 2001 11:52 AM
To: pgsql-general@postgresql.org
Subject: Re: [GENERAL] PL/java?


>> -----Original Message-----
>> From: Dr. Evil [mailto:drevil@sidereal.kz]
>> Sent: Saturday, August 25, 2001 7:38 PM
>> To: pgsql-general@postgresql.org
>> Subject: [GENERAL] PL/java?
>>
>>
>> What do you think of having java as a procedural language available in
>> PG?  It seems like java has many advantages.
>>
>> I'm just wondering if people have thoughts or ideas on this, and if
>> someone is actually working on it, that would be cool.

>""Gowey, Geoffrey"" <ggowey@rxhope.com> wrote in message
news:E15F4B031E17D5118B18009027F67927DAC0@SERVER...
> probably a bad idea.  From what I've heard the speed of your java program
is
> wholely dependent on the speed of your vm (and most aren't that quick).
> Although it would be nice to have just to say we have it and mysql doesn't
> (then again mysql doesn't have a whole lot of things that pgsql already
> has).
>
> Geoff

This was a major issue in 1996. It's been solved for several years now, but
the perception of Java having a speed problem remains.

Java stored procedures are the #1 most-desired-by-me feature for PostgreSQL.
Oracle and Sybase are examples of databases that have this feature already.
(Strangely, Microsoft's database doesn't have it :-)


Marshall Spight




---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html


pgsql-general by date:

Previous
From: Sean Chittenden
Date:
Subject: Re: Deployment of PostgreSQL Applications
Next
From: Thomas Lockhart
Date:
Subject: Re: PL/java?