This website requires JavaScript.
Explore
Help
Sign In
thevar1able
/
ClickHouse
Watch
1
Star
0
Fork
0
You've already forked ClickHouse
mirror of
https://github.com/ClickHouse/ClickHouse.git
synced
2024-12-03 04:52:10 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3b1334ee1b
ClickHouse
/
docs
/
zh
/
engines
/
table_engines
/
special
/
materializedview.md
Ivan Blinkov
4d298fd420
Update zh docs and fix en docs (
#10125
)
2020-04-08 17:22:25 +03:00
419 B
Raw
Blame
History
物化视图
物化视图的使用(更多信息请参阅
CREATE TABLE
)。它需要使用一个不同的引擎来存储数据,这个引擎要在创建物化视图时指定。当从表中读取时,它就会使用该引擎。
来源文章