You've already forked www.colben.cn
update
This commit is contained in:
22
content/post/ch-url.md
Normal file
22
content/post/ch-url.md
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
title: "ClickHouse 表引擎之 URL"
|
||||
date: 2020-10-08T19:16:00+08:00
|
||||
lastmod: 2020-10-08T19:16:00+08:00
|
||||
tags: []
|
||||
categories: ["clickhouse"]
|
||||
---
|
||||
|
||||
# URL 表引擎简介
|
||||
- http 客户端,支持 http 和 https 协议
|
||||
- SELECT 转换成 GET 请求
|
||||
- INSERT 转换成 POST 请求
|
||||
|
||||
# 创建 URL 表引擎
|
||||
- 声明
|
||||
```sql
|
||||
ENGINE = URL('url', format)
|
||||
```
|
||||
|
||||
- url: 请求远端服务的 url
|
||||
- format: TSV、CSV、JSONEachRow
|
||||
|
Reference in New Issue
Block a user