How to improve Java performance on Informix for Windows
- by Michal Niklas
I have problem with performance of Java UDR functions on Informix on Windows.
On this server I already have some functions in C and SPL.
I chose one function to write it in those 3 languages and I measured
performance of this function on test table.
Function calculates some kind of checksum so it does not use any db libraries etc.
only string and…