mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 05:03:20 +00:00
13d9a4eebe
Edit page link is fixed too for both language versions of documentation.
5 lines
259 B
Markdown
5 lines
259 B
Markdown
# MaterializedView
|
|
|
|
Used for implementing materialized views (for more information, see `CREATE MATERIALIZED VIEW`). 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.
|
|
|