i try to implement some methods in udf for db2 (no specific platform).
now i am unsure if it would be better using c or java as programming
language. is there a benchmark for getting information about the
performance using these languages or a comparison?
thanks and regards
C Not Fenced is the best (but you must make sure they are thread safe our
you could bring down DB2.
Java is the worst (always fenced).
SQL is in-between.
thanks for answering. why is java the worst case in developing user
defined functions? is there a benchmark or just own experience?
On 9 Aug., 14:47, "Mark A" <no...@nowhere.com> wrote:
> "datenwort" <sebastian.saemi...@sowarent.de> wrote in message
Partly because Java always runs as fenced mode, and partly for other
reasons. The information was previously provided by IBM architects on this
newsgroup, although it was specifically referring to Stored Procedures. If
you go to Google groups you may be able find the old posts on this subject.
You can use db2batch to test the performance of your UDFs.
--
Helmut K. C. Tessarek
DB2 Performance and Development
/*
Thou shalt not follow the NULL pointer for chaos and madness
await thee at its end.
*/
--
Serge Rielau
SQL Architect DB2 for LUW
IBM Toronto Lab
Will you post the details somewhere or send me a copy?
Cheers
Serge