mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
10 lines
441 B
Markdown
10 lines
441 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.
|