mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 19:45:11 +00:00
12 lines
337 B
XML
12 lines
337 B
XML
|
<?xml version="1.0"?>
|
||
|
<clickhouse>
|
||
|
<named_collections>
|
||
|
<url1>
|
||
|
<url>http://nginx:80/test_{_partition_id}</url>
|
||
|
<method>PUT</method>
|
||
|
<format>TSV</format>
|
||
|
<structure>column1 UInt32, column2 UInt32, column3 UInt32</structure>
|
||
|
</url1>
|
||
|
</named_collections>
|
||
|
</clickhouse>
|