Performance Metric kcml.kdb.execute

Summary

Execution of SQL plan

Send Condition

Sent when an SQL plan is executed using CALL KI_EXECUTE or KI_SQL

Overview

Measures the time taken to execute an SQL query.

Statistics

NameTypeDescription
plannumSQL plan
handlenumTable/query handle
chandlenumConnection handle
timeusecTime taken to execute
reclennumSize of a record in the result set
errtextstringDatabase error message

General Form

kcml.kdb.execute,plan=num,handle=num,chandle=num,time=usec,reclen=num,errtext=string

See Also:

Performance Metrics