Java scalar function slow

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • mav

    #1

    Java scalar function slow

    I've created an external scalar function (Java) on our iSeries v5r3
    that connects to an MS SQL server to call a stored procedure.
    This function is incredibly slow because it needs to connect to the MS
    SQL server every time it is used.

    Is there any way to do this better?

Working...