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).
当前内容版权归 ClickHouse 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 ClickHouse .