mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 13:32:13 +00:00
496 B
496 B
sidebar_position | sidebar_label |
---|---|
100 | MaterializedView |
MaterializedView Table Engine
Used for implementing materialized views (for more information, see CREATE VIEW). For storing data, it uses a different engine that was specified when creating the view. When reading from a table, it just uses that engine.