Description Summary
The software contains an index range scan for a data resource, but the scan can cover a large number of rows.
Extended Description
This pattern identifies situations where the data table is considered as very large, based on its number of rows which exceeds the threshold value, and where its index is considered as too large, based on its range value which exceeds the threshold value. The default value for number of rows is 1000000 and the default value for index range is 10.