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.