From 009c7b4a00b96a2621a45c8e49cd767c38171ade Mon Sep 17 00:00:00 2001 From: BorisTyshkevich <125603338+BorisTyshkevich@users.noreply.github.com> Date: Fri, 1 Nov 2024 10:39:37 +0100 Subject: [PATCH] Update projections-examples.md explain results --- .../en/altinity-kb-queries-and-syntax/projections-examples.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/en/altinity-kb-queries-and-syntax/projections-examples.md b/content/en/altinity-kb-queries-and-syntax/projections-examples.md index 98876f6121..007bd24de9 100644 --- a/content/en/altinity-kb-queries-and-syntax/projections-examples.md +++ b/content/en/altinity-kb-queries-and-syntax/projections-examples.md @@ -40,8 +40,11 @@ from numbers(1e7); select week, sum(a) from test group by week settings force_optimize_projection=1; ``` + https://fiddle.clickhouse.com/7f331eb2-9408-4813-9c67-caef4cdd227d + Explain result: ReadFromMergeTree (weekly_projection) + ``` Expression ((Project names + Projection)) Aggregating