Performance Metric kcml.kdb.execute
Summary
Execution of SQL planSend Condition
Sent when an SQL plan is executed using CALL KI_EXECUTE or KI_SQLOverview
Measures the time taken to execute an SQL query.Statistics
| Name | Type | Description |
|---|---|---|
| plan | num | SQL plan |
| handle | num | Table/query handle |
| chandle | num | Connection handle |
| time | usec | Time taken to execute |
| reclen | num | Size of a record in the result set |
| errtext | string | Database error message |
General Form
kcml.kdb.execute,plan=num,handle=num,chandle=num,time=usec,reclen=num,errtext=stringSee Also:
Performance Metrics