ClickHouse/docs/en/table_engines/materializedview.md
2018-03-30 03:15:52 +03:00

5 lines
323 B
Markdown
Executable File

# MaterializedView
Used for implementing materialized views (for more information, see the [CREATE TABLE](../query_language/queries.md#query_language-queries-create_table)) query. 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.