We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0250b3d commit b9dc4eeCopy full SHA for b9dc4ee
docs/data-modeling/projections.md
@@ -24,6 +24,8 @@ queries by creating a reordering of data by attributes of interest. This can be:
24
3. A precomputed aggregation (similar to a Materialized View) but with an ordering
25
aligned to the aggregation.
26
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
+
29
## How do Projections work? {#how-do-projections-work}
30
31
Practically, a Projection can be thought of as an additional, hidden table to the
0 commit comments