Performance Metric kcml.kdb.prepare
Summary
Preparation of SQL planSend Condition
Sent when an SQL plan is prepared using CALL KI_PREPARE or KI_SQLOverview
Measures the tame taken to parse and prepare an SQL plan.Statistics
| Name | Type | Description |
|---|---|---|
| plan | num | SQL plan |
| handle | num | Query handle |
| chandle | num | Connection handle |
| errtext | string | Database error message |
| sql | string | SQL statement |
| time | usec | Time taken to prepare |
| columns | count | Number of columns in the result set |
| kfn | string | KCML database function |
General Form
kcml.kdb.prepare,plan=num,handle=num,chandle=num,errtext=string,sql=string,time=usec,columns=count,kfn=stringSee Also:
Performance Metrics