ClickHouse/doc/reference/en/table_engines/materializedview.rst
2017-06-09 16:11:45 +03:00

5 lines
275 B
ReStructuredText

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.