How accurate are the numbers in the "

How accurate are the numbers in the "Queries" section of the "Overview"? I have a query which always shows zero rows read. Yet I know from testing (and logging) that the query is successful and would return data. It must have read some rows. Yet it's always zero. Is this just an analytics issue, rounding error (I think the query would read two rows when successful)?
3 Replies
maj
majOP3w ago
Hmm... the rounding might indeed be the issue here: there are only about 10% hits. That would result in an average of zero rows read...
lambrospetrou
lambrospetrou3w ago
Those are using the same analytics data you get from the GraphQL API. There is sampling involved, but it varies depending on your load. What is the throughput you are doing?
maj
majOP3w ago
It's really low on that particular query. About 50 requests per hour.

Did you find this page helpful?