The QryLogFeatureListV view lists all the feature names that can be tracked when feature usage is enabled.
This view is populated whether or not the WITH FEATUREINFO option for BEGIN/REPLACE QUERY LOGGING is enabled. QryLogFeatureListV provides a view into the table function SYSLIB.FeatureNames_TBF. For more information about the table function, see FeatureNames_TBF .
Use this view to get the following information:
- Number of times a feature was used in a given time period
- List the most used feature in a release
- List what percentage of the requests used a certain feature
- List the last time a feature was used
The feature list is subject to change each Teradata release. To see the current list of features that are tracked, see Examples: Using QryLogFeatureListV.
To enable feature use logging, see BEGIN QUERY LOGGING.