Skip to content

Commit a2019be

Browse files
authored
Merge pull request #3419 from ClickHouse/mneedham-patch-2
2 parents 7e66e1e + db4255a commit a2019be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/materialized-view/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ keywords: [materialized views, speed up queries, query optimization, refreshable
99
|-------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
1010
| [Incremental Materialized View](/materialized-view/incremental-materialized-view) | Allow users to shift the cost of computation from query time to insert time, resulting in faster `SELECT` queries. |
1111
| [Refreshable Materialized View](/materialized-view/refreshable-materialized-view) | Conceptually similar to incremental materialized views but require the periodic execution of the query over the full dataset - the results of which are stored in a target table for querying. |
12+
13+
14+
<iframe width="560" height="315" src="https://www.youtube.com/embed/-A3EtQgDn_0?si=TBiN_E80BKZ0DPpd" 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>

0 commit comments

Comments
 (0)