URL Table Engine
Syntax:
The format
must be one that ClickHouse can use inSELECT
queries and, if necessary, in INSERTs
. For the full list of supported formats, see
Formats.
INSERT
and SELECT
queries are transformed to POST
and requests,
respectively. For processing POST
requests, the remote server must support
.
You can limit the maximum number of HTTP GET redirect hops using the max_http_get_redirects setting.
2. Create a basic HTTP server using the standard Python 3 tools and
start it:
3. Request data:
- Reads and writes can be parallel
- Not supported:
- Indexes.
- Replication.