mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-07 16:14:52 +00:00
49 lines
1.2 KiB
XML
49 lines
1.2 KiB
XML
<yandex>
|
|
<dictionary>
|
|
<name>test_clickhouse</name>
|
|
|
|
<source>
|
|
<clickhouse>
|
|
<host>localhost</host>
|
|
<port>9000</port>
|
|
<user>default</user>
|
|
<password></password>
|
|
<db>default</db>
|
|
<table>source</table>
|
|
</clickhouse>
|
|
|
|
<settings>
|
|
<max_result_bytes>1</max_result_bytes>
|
|
</settings>
|
|
|
|
</source>
|
|
|
|
<lifetime>600</lifetime>
|
|
|
|
<layout>
|
|
<flat/>
|
|
</layout>
|
|
|
|
<structure>
|
|
<id>
|
|
<name>id</name>
|
|
</id>
|
|
<attribute>
|
|
<name>first</name>
|
|
<type>String</type>
|
|
<null_value></null_value>
|
|
</attribute>
|
|
<attribute>
|
|
<name>second</name>
|
|
<type>String</type>
|
|
<null_value></null_value>
|
|
</attribute>
|
|
<attribute>
|
|
<name>third</name>
|
|
<type>String</type>
|
|
<null_value></null_value>
|
|
</attribute>
|
|
</structure>
|
|
</dictionary>
|
|
</yandex>
|