mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 21:42:39 +00:00
fb94e43a60
Fix the link on the original article about MaterializedView Co-authored-by: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
12 lines
560 B
Markdown
12 lines
560 B
Markdown
---
|
|
slug: /en/engines/table-engines/special/materializedview
|
|
sidebar_position: 100
|
|
sidebar_label: MaterializedView
|
|
---
|
|
|
|
# MaterializedView Table Engine
|
|
|
|
Used for implementing materialized views (for more information, see [CREATE VIEW](../../../sql-reference/statements/create/view.md#materialized)). 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](https://clickhouse.com/docs/en/sql-reference/statements/create/view#materialized-view) <!--hide-->
|