powa-team / powa

PostgreSQL Workload Analyzer
http://powa.readthedocs.io/
PostgreSQL License
778 stars 57 forks source link

Hit ratio for missing values #59

Closed marco44 closed 6 years ago

marco44 commented 8 years ago

For a query, when it has not been run over a certain period of time, hit ratio is displayed as 0. It would be better to display it at 100% I think (meaning there was no problem during this period)

rjuju commented 8 years ago

Which version of powa-web are you using ? I can't reproduce this behavior. If there hasn't been any block access for the query in the selected interval, "N/A" is displayed.

marco44 commented 8 years ago

It happens if you have access on this query during the time interval, but not for the whole range.

Try it with a query that is run 3 times a day…

rjuju commented 6 years ago

Moved to https://github.com/powa-team/powa-web/issues/63