mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 06:01:57 +00:00
11 lines
473 B
Markdown
11 lines
473 B
Markdown
|
---
|
||
|
toc_priority: 43
|
||
|
toc_title: MaterializedView
|
||
|
---
|
||
|
|
||
|
# Materializedview {#materializedview}
|
||
|
|
||
|
Used for implementing materialized views (for more information, see [CREATE TABLE](../../../sql_reference/statements/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.tech/docs/en/operations/table_engines/materializedview/) <!--hide-->
|