Performance Metric kcml.kdb.wsopen
Summary
Open or create a word search indexSend Condition
KI_WS_OPEN & KI_WS_CREATEOverview
Produced when a word search index is created or opened. The noisefile pathname should point to a small text file. If the noisesize stat is larger than 8kb then KI_WS_OPEN will not succeed.Statistics
| Name | Type | Description |
|---|---|---|
| table | string | Table name |
| mode | string | Open mode |
| chandle | num | Connection handle |
| exhandle | num | Handle of extract file |
| idxhandle | num | Handle of WS index file |
| noisefile | string | Noise file name |
| noisesize | num | Size of noise file |
| time | usec | Time taken to open or create the index |
| major | num | Major KDB error code |
| minor | num | Minor KDB error code |
General Form
kcml.kdb.wsopen,table=string,mode=string,chandle=num,exhandle=num,idxhandle=num,noisefile=string,noisesize=num,time=usec,major=num,minor=numSee Also:
Performance Metrics