Performance Metric kcml.kdb.wsopen

Summary

Open or create a word search index

Send Condition

KI_WS_OPEN & KI_WS_CREATE

Overview

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

NameTypeDescription
tablestringTable name
modestringOpen mode
chandlenumConnection handle
exhandlenumHandle of extract file
idxhandlenumHandle of WS index file
noisefilestringNoise file name
noisesizenumSize of noise file
timeusecTime taken to open or create the index
majornumMajor KDB error code
minornumMinor 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=num

See Also:

Performance Metrics