ClickHouse/docs/en/engines/table-engines/special/materializedview.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
441 B
Markdown
Raw Normal View History

2020-04-03 13:23:32 +00:00
---
2022-08-28 14:53:34 +00:00
slug: /en/engines/table-engines/special/materializedview
sidebar_position: 100
sidebar_label: MaterializedView
2020-04-03 13:23:32 +00:00
---
2022-06-02 10:55:18 +00:00
# MaterializedView Table Engine
2020-04-03 13:23:32 +00:00
2020-08-17 09:05:34 +00:00
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.