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

From Thomas Lockhart
Subject Re: PL/java?
Date
Msg-id 3B90382D.FE2D7E70@fourpalms.org
Whole thread Raw
In response to Re: PL/java?  ("Alex Knight" <knight@phunc.com>)
Responses Re: PL/java?
List pgsql-general
...
> 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.
...

How does java manage its resources when it is an embedded component?
When it is standalone, the Sun JDK seems to want to have a fixed maximum
amount of memory, as an example. I'd hate to have a nice 10MB PostgreSQL
backend calling a 256MB jvm to execute a simple small program.

The other embedded languages we have start small and can grow
dynamically. But I don't know what is possible in this regard for
Java...

                       - Thomas

pgsql-general by date:

Previous
From: "Alex Knight"
Date:
Subject: Re: PL/java?
Next
From: "Alex Knight"
Date:
Subject: Re: PL/java?