ClickHouse/docs/en/table_engines/materializedview.md
2018-03-25 05:04:22 +03:00

323 B
Executable File

MaterializedView

Used for implementing materialized views (for more information, see the 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.