ClickHouse/docs/en/operations/table_engines/materializedview.md
2020-03-20 13:10:48 +03:00

406 B

MaterializedView

Used for implementing materialized views (for more information, see CREATE TABLE). For storing data, it uses a different engine that was specified when creating the view. When reading from a table, it just uses this engine.

Original article