ClickHouse/docs/en/engines/table-engines/special/materializedview.md
vvbufetov fb94e43a60
Fix the link on the original article about MaterializedView (#41339)
Fix the link on the original article about MaterializedView

Co-authored-by: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
2022-09-16 17:52:32 +02:00

560 B

slug sidebar_position sidebar_label
/en/engines/table-engines/special/materializedview 100 MaterializedView

MaterializedView Table Engine

Used for implementing materialized views (for more information, see CREATE VIEW). 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