From 3be51050b908360d9acf2813cee0c92ba48863f5 Mon Sep 17 00:00:00 2001 From: morgan-at-cube <153563892+morgan-at-cube@users.noreply.github.com> Date: Tue, 6 Feb 2024 17:02:11 -0800 Subject: [PATCH] Update query-history.mdx The "Top Queries" definition was incorrect as learned in a Q&A with Artyom and Pavel. I also added the information about the 100 query limit. --- docs/pages/product/workspace/query-history.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/product/workspace/query-history.mdx b/docs/pages/product/workspace/query-history.mdx index ff13b978b2ad4..3ff38c0ae5633 100644 --- a/docs/pages/product/workspace/query-history.mdx +++ b/docs/pages/product/workspace/query-history.mdx @@ -58,7 +58,7 @@ switching between the API and Database tabs. ### All queries and top queries Clicking All Queries will show all queries in order of recency, -while Top Queries will show the most-frequently executed queries: +while Top Queries will show the queries with the largest total duration (hits * avg duration) in the selected time frame. Both results are limited to 100 unique queries.