Skip to content

Commit b85a441

Browse files
authored
Merge pull request #4268 from ClickHouse/Blargian-patch-93
Cross linking: update page to link to the guide on cascading materialized views
2 parents f494565 + 29072f8 commit b85a441

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/materialized-view/incremental-materialized-view.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,9 +366,10 @@ WHERE PostId IN (
366366
1 row in set. Elapsed: 0.012 sec. Processed 88.61 thousand rows, 771.37 KB (7.09 million rows/s., 61.73 MB/s.)
367367
```
368368

369-
### Chaining {#chaining}
369+
### Chaining / cascading materialized views {#chaining}
370370

371-
Materialized views can be chained, allowing complex workflows to be established. For a practical example, we recommend reading this [blog post](https://clickhouse.com/blog/chaining-materialized-views).
371+
Materialized views can be chained (or cascaded), allowing complex workflows to be established.
372+
For more information see the guide ["Cascading materialized views"](https://clickhouse.com/docs/guides/developer/cascading-materialized-views).
372373

373374
## Materialized views and JOINs {#materialized-views-and-joins}
374375

0 commit comments

Comments
 (0)