Re: [GENERAL] Stored Procedures Performance: Java vs. PL/Pgsql

2007-05-28 Thread Chris Browne
[EMAIL PROTECTED] (Daniel Kastenholz) writes: > Hi, > > is there a rule of thumb or an estimate which language provides the > best performance for stored procedures? > > I'm currently using PL/Pgsql, and wondering > - to what extent these stored procedures are actually precompiled > and/or optimize

[GENERAL] Stored Procedures Performance: Java vs. PL/Pgsql

2007-05-28 Thread Daniel Kastenholz
Hi, is there a rule of thumb or an estimate which language provides the best performance for stored procedures? I'm currently using PL/Pgsql, and wondering - to what extent these stored procedures are actually precompiled and/or optimized - if Java might provide better performance, or if para