Jorriss / StatisticsParser

Parses and formats SQL Server Statistics IO and Statistics Time output.
http://statisticsparser.com
90 stars 42 forks source link

Bug in scan count and logical reads #50

Open jrsmithidmi opened 5 years ago

jrsmithidmi commented 5 years ago

While using the site, I found there seems to be a bug in the counts on the initial section for values. It seems the top section is a sum of all of the values in the list and not single values as it should. The total section seem to be correct.

image

In the image, you can see that the Underwriting table is referenced 22 times in the example output and the scan count shows 22 in the top section.

image

The totals section also shows 22 scan count which is correct.

statistics_example.txt

Attached is the sample output I used.