| Pct_long_table_scans |
The percentage of long table scans happening in the database. |
Percent |
Ideally, this value should be lower than 10%. If more than 20% of scans are happening on long tables, the database/accesses to the database may need to be tuned.
Full table scans may happen due to several reasons. For instance, the indexes of a table may not be used properly in queries. By tuning the queries, the full table scans can be reduced and the database performance significantly improved. |
| Full_table_scans |
Indicates the number of full table scans that happened on the database instance during the last measurement period. |
Number |
Full table scans may happen due to several reasons. For instance, the indexes of a table may not be used properly in queries. By tuning the queries, the full table scans can be reduced and the database performance significantly improved.
The detailed diagnosis of this measure provides details of the SQL ID, Hash Value, Address, SQL Query that is used to perform this scan, the number of times the Executions were performed, etc. |