Performance of SQLProcedureColumns() API in UDB 8.1 ?

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

    Performance of SQLProcedureColumns() API in UDB 8.1 ?

    Has anyone observed an exponential performance decay in
    SQLProcedureCol umns call running UDB 8.1 client against a UDB 8.1
    server?

    I am in the process of investigating painfully slow calls to
    sysibm.sqlproce dures stored procedure in a trace from an application
    that I inherited. Tracing application source, it appears that the code
    is invoking SQLProcedureCol umns to define the parameters required for
    each and every stored procedure execution.

    On UDB < 8.1, the time/cost of this call was not measurable. In UDB
    8.1, performance seems to degrade exponentially based on the number of
    rows in sysibm.sysproce dures and sysibm.sysrouti neparms.

    Has anyone seen this before? Does SQLProcedureCol umns for udb 8.1
    indeed call sysibm.sqlproce dures stored procedure? Is there a way to
    'tune' this query to run fast?

    thanks ....

    /.Andrew
Working...