| Rank |
INTEGER |
Ranking of recommendation relative to others where the best recommendation has a ranking of 1. |
| SCOID |
BIGINT |
AutoStats assigned unique numeric identifier for the statistic recommendation. |
| DatabaseName |
VARCHAR(128) |
Database on which the recommendation was made. |
| TableName |
VARCHAR(128) |
Table or join index on which recommendation was made. |
| FieldNames |
VARCHAR(10000) |
Comma separated list of field names on which the recommendation was made. |
| StatType |
CHAR(1) |
- 'F' - single field
- 'L' - list of fields
- 'I' - indexed fields
- 'S' - table summary only.
|
| Status |
VARCHAR(128) |
Status indicating if the recommendation is awaiting approval or already approved but still awaiting application. |
| MostRecentTimeStamp |
TIMESTAMP(6) |
Timestamp of when the recommendation was most recently made. |
| TotalQueries |
BIGINT |
Total number of queries expected to benefit from the recommendation. |
| CardinalityEstimateErrors |
BIGINT |
Number of relevant queries that had Optimizer cardinality estimation errors. |
| MissedSLGFrequency |
BIGINT |
Number of relevant queries that missed their Service Level Goal (SLG). |
| AvgOptimizerImportance |
VARCHAR(10) |
Optimizer assigned importance of the recommendation. |
| PlanCostMagnitude |
INTEGER |
Average cost of relevant queries expressed as number of digits in cost. |
| RecDDLText |
VARCHAR(10000) |
SQL DDL text associated with the recommendation. |
| QueryList |
VARCHAR(2000) |
Comma separated list of DBQL QueryIds expected to benefit from statistics. |
| Description |
VARCHAR(256) |
EXPLAIN-like text description of supporting evidence. |