From d85e6bee1be26dc461c495ca38d0a1576ce6c3c5 Mon Sep 17 00:00:00 2001 From: Doug Tidwell Date: Wed, 5 Feb 2025 13:42:44 -0500 Subject: [PATCH] Added more resource links --- .../altinity-kb-schema-design/materialized-views/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/altinity-kb-schema-design/materialized-views/_index.md b/content/en/altinity-kb-schema-design/materialized-views/_index.md index ca88e3a92e..31f95670e1 100644 --- a/content/en/altinity-kb-schema-design/materialized-views/_index.md +++ b/content/en/altinity-kb-schema-design/materialized-views/_index.md @@ -19,9 +19,9 @@ ClickHouse® MATERIALIZED VIEWs behave like AFTER INSERT TRIGGER to the left-mos * [Blog post](https://altinity.com/blog/clickhouse-materialized-views-illuminated-part-2) * [Webinar recording](https://www.youtube.com/watch?v=THDk625DGsQ) * [Slides](https://altinity.com/wp-content/uploads/2024/05/ClickHouse-Materialized-Views-The-Magic-Continues-1.pdf) -* Everything you should know about materialized views - [annotated presentation](https://den-crane.github.io/Everything_you_should_know_about_materialized_views_commented.pdf) -* Very detailed information about internals: [video](https://youtu.be/ckChUkC3Pns?t=9353) -* One more [presentation](https://github.com/ClickHouse/clickhouse-presentations/blob/master/meetup47/materialized_views.pdf) +* Everything you should know about Materialized Views: + * [Video](https://www.youtube.com/watch?v=ckChUkC3Pns&t=9353s) + * [Annotated slides](https://den-crane.github.io/Everything_you_should_know_about_materialized_views_commented.pdf) ## Best practices