You've already forked www.colben.cn
update
This commit is contained in:
@@ -6,13 +6,13 @@ tags: []
|
||||
categories: ["clickhouse"]
|
||||
---
|
||||
|
||||
# Merge 表引擎简介
|
||||
## Merge 表引擎简介
|
||||
- 本身不存储数据,只整合其他数据表
|
||||
- 不支持数据写入
|
||||
- 合并异步查询的结果集
|
||||
- 各异步查询的数据表需要在同一个数据库下,且表结构相同,表引擎和分区定义可不同
|
||||
|
||||
# 创建 Merge 表引擎
|
||||
## 创建 Merge 表引擎
|
||||
- 声明
|
||||
```sql
|
||||
ENGINE = Merge(database, table_name)
|
||||
|
Reference in New Issue
Block a user