Skip to content

Commit 6f5394e

Browse files
authored
Merge pull request #3930 from ClickHouse/Blargian-patch-36
Update projections.md with video
2 parents 13759a7 + 3deb3cb commit 6f5394e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/data-modeling/projections.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ queries by creating a reordering of data by attributes of interest. This can be:
2424
3. A precomputed aggregation (similar to a Materialized View) but with an ordering
2525
aligned to the aggregation.
2626

27+
<br/>
28+
<iframe width="560" height="315" src="https://www.youtube.com/embed/6CdnUdZSEG0?si=1zUyrP-tCvn9tXse" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
29+
2730
## How do Projections work? {#how-do-projections-work}
2831

2932
Practically, a Projection can be thought of as an additional, hidden table to the

0 commit comments

Comments
 (0)