ClickHouse/doc/reference/en/table_engines/materializedview.rst

5 lines
276 B
ReStructuredText
Raw Normal View History

2017-04-03 19:49:50 +00:00
MaterializedView
-----------------
2017-04-26 17:26:17 +00:00
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.