- Access paths that lead to less than about 5 logical reads per returned row are probably good
- Access paths that lead to up to about 10-15 logical reads per returned row are probably acceptable.
- Access paths that lead to more than about 15-20 logical reads per returned row are probably ineffcient. In other words, there is probably room for improvement.