The QAN p99 calculation seems to be wrong?

this post also show’s that the Average Query Execution Time

# Average Query Execution Time for Last 6 hours 
 
select avg(m_query_time_sum/m_query_time_cnt)  from metrics where period_start>subtractHours(now(),6);

is wrong too

1 Like