Sample history table Explain queries
The following members are delivered in the hlq.llqSAMP data set:
Query member | Description |
---|---|
PSSGETAL | Finds the alias to use for the SQL Explorer history table |
PSSHYBRD | Finds queries performing hybrid joins, which are normally poor performers |
PSSIXCNT | Returns a count of the number of rows using a specified index |
PSSIXNOM | Finds queries performing nonmatching index scans |
PSSIXPTM | Finds queries where match columns are not equal to all index columns |
PSSIXRAT | Finds queries where the cluster ratio is less than a specified percent |
PSSLPREF | Finds queries using list prefetch |
PSSMTCOL | Finds queries using a specified index, and shows the number of columns that match |
PSSTBOIX | Finds queries accessing tables that have no indexes |
PSSTSSCA | Finds queries performing table space scans on tables with CARD greater than a specified value |
PSSUSEIX | Finds queries using a specified index |