From 36c07c94cbd631d125324c613c195d389d4a0d74 Mon Sep 17 00:00:00 2001 From: Artyom Keydunov Date: Tue, 2 Jun 2026 20:11:01 -0700 Subject: [PATCH] docs: update workbook default query row limit to 10,000 The default row limit for workbook semantic queries was documented as 5,000; update it to 10,000 to match the current product default. The adjustable maximum (50,000) is unchanged. Co-Authored-By: Claude Opus 4.8 --- docs/content/product/exploration/workbooks/querying-data.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/product/exploration/workbooks/querying-data.mdx b/docs/content/product/exploration/workbooks/querying-data.mdx index c75f89e79e543..20d64986ff457 100644 --- a/docs/content/product/exploration/workbooks/querying-data.mdx +++ b/docs/content/product/exploration/workbooks/querying-data.mdx @@ -18,7 +18,7 @@ Note that chart tables are different from results tables. You can configure pivo ## Limiting -By default, queries are limited to 5,000 rows of data, but the limit can be adjusted up to 50,000. +By default, queries are limited to 10,000 rows of data, but the limit can be adjusted up to 50,000. ## Sorting