v.19.14New Feature

Suppport for Cascaded Materialized Views

Suppport for cascaded materialized views. #6324 (Amos Bird)
Support for cascaded materialized views in ClickHouse.

Why it matters

Enable users to create materialized views that depend on other materialized views, allowing for more complex and modular data transformations and processing pipelines within ClickHouse.

How to use it

Create multiple materialized views in a chain where one materialized view can use another materialized view as its source table. This feature works transparently once materialized views are defined with proper dependencies.