You've already forked www.colben.cn
update
This commit is contained in:
@@ -6,12 +6,12 @@ tags: []
|
||||
categories: ["clickhouse"]
|
||||
---
|
||||
|
||||
# Memory 表引擎简介
|
||||
## Memory 表引擎简介
|
||||
- 数据只存于内存中,无压缩,无格式转换
|
||||
- 支持并行查询
|
||||
- 一般用于 clickhouse 内部,作为集群间分发数据的载体
|
||||
|
||||
# 创建 Memory 引擎表
|
||||
## 创建 Memory 引擎表
|
||||
- 声明
|
||||
```sql
|
||||
ENGINE = Memory()
|
||||
|
Reference in New Issue
Block a user