ClickHouse/docs/zh/operations/table_engines/materializedview.md

7 lines
389 B
Markdown
Raw Normal View History

# MaterializedView
2018-12-12 13:30:55 +00:00
Used for implementing materialized views (for more information, see [CREATE TABLE](../../query_language/create.md)). 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](https://clickhouse.yandex/docs/en/operations/table_engines/materializedview/) <!--hide-->