mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
324fd98de6
* Updating of english translation. * Some bugs are fixed.
5 lines
315 B
Markdown
5 lines
315 B
Markdown
# MaterializedView
|
|
|
|
Used for implementing materialized views (for more information, see [CREATE TABLE](../../query_language/create.md#query_language-queries-create_table)). 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.
|
|
|