You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to #7310 about sorting on response time, it would be helpful to also filter the Query Log on caching status.
I have about 40000 queries per day with only 1000 being actually sent out over the internet. All cached queries respond with <1ms latencies, while sometimes the 24h average can still go up to 4000ms. To track down which queries are responsible I have to dig through the many thousands of cached log entries to find the few uncached.
Adding an Uncached option to the Query Log filters menu and API would make a huge difference.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Related to #7310 about sorting on response time, it would be helpful to also filter the Query Log on caching status.
I have about 40000 queries per day with only 1000 being actually sent out over the internet. All cached queries respond with <1ms latencies, while sometimes the 24h average can still go up to 4000ms. To track down which queries are responsible I have to dig through the many thousands of cached log entries to find the few uncached.
Adding an
Uncached
option to the Query Log filters menu and API would make a huge difference.Beta Was this translation helpful? Give feedback.
All reactions