Skip to content

Commit b9dc4ee

Browse files
authored
Update projections.md with video
1 parent 0250b3d commit b9dc4ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/data-modeling/projections.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ 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+
<iframe width="560" height="315" src="https://youtu.be/6CdnUdZSEG0" title="Projections in ClickHouse" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
28+
2729
## How do Projections work? {#how-do-projections-work}
2830

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

0 commit comments

Comments
 (0)