Performance Metric kcml.odbc.execute
Summary
Execution of SQL planSend Condition
Sent when an SQL plan is executed by kiodbcOverview
Measures the time taken to execute an SQL query. This includes time taken to retrieve data from the database which can be determined by use of the kcml.kdb.fetch metric.Statistics
| Name | Type | Description |
|---|---|---|
| plan | num | SQL plan |
| handle | num | Table/query handle |
| chandle | num | Connection handle |
| time | usec | Total time taken to execute |
| reclen | num | Size of a record in the result set |
| err | num | Database error code |
General Form
kcml.odbc.execute,plan=num,handle=num,chandle=num,time=usec,reclen=num,err=numSee Also:
Performance Metrics