Does anyone know if there are any plans to address SQLprocedures() API
performance in UDB 8.1 client/server?
8.1 SQLprocedures() API call is implemented through
SYSIBM.SQLPROCE DURES(?,?,?,?) stored procedure. Stored procedure references
non-indexed schema views. Query performance degrades based on the number of
procedures in the catalog and the overall system activity. Have seen that it
is 'sometimes' possible to partially remediate performance issues by
reorging , runstats and db2rbind, but remediation does not always succeed,
and at best, mediocre performance is achieved (.05 seconds).
Currently seeing sqlprocedures() API calls taking betwen 3 and 58 seconds
running against databases with similiar number of stored procedures in
catalog.
My apology for this repost (first posted specifically in reference to
sysibm.sqlproce dures, and incorrectly posted in reference to
SQLprocedurecol umns() api)), but I'm kind of frustrated by this.
performance in UDB 8.1 client/server?
8.1 SQLprocedures() API call is implemented through
SYSIBM.SQLPROCE DURES(?,?,?,?) stored procedure. Stored procedure references
non-indexed schema views. Query performance degrades based on the number of
procedures in the catalog and the overall system activity. Have seen that it
is 'sometimes' possible to partially remediate performance issues by
reorging , runstats and db2rbind, but remediation does not always succeed,
and at best, mediocre performance is achieved (.05 seconds).
Currently seeing sqlprocedures() API calls taking betwen 3 and 58 seconds
running against databases with similiar number of stored procedures in
catalog.
My apology for this repost (first posted specifically in reference to
sysibm.sqlproce dures, and incorrectly posted in reference to
SQLprocedurecol umns() api)), but I'm kind of frustrated by this.
Comment