ClickHouse/docs/en/engines/table-engines/special/materializedview.md
2020-08-17 12:05:34 +03:00

503 B

toc_priority toc_title
43 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.

Original article