Back to Clickhouse

View table engine

docs/en/engines/table-engines/special/view.md

26.4.1.1-new271 B
Original Source

View table engine

Used for implementing views (for more information, see the CREATE VIEW query). It does not store data, but only stores the specified SELECT query. When reading from a table, it runs this query (and deletes all unnecessary columns from the query).