ClickHouse/dbms/tests/integration/test_system_queries/configs/dictionaries/dictionary_clickhouse_flat.xml

38 lines
838 B
XML
Raw Normal View History

<dictionaries>
<dictionary>
<name>clickhouse_flat</name>
<source>
<clickhouse>
<host>localhost</host>
<port>9000</port>
<user>default</user>
<password></password>
<db>default</db>
<table>dictionary_source</table>
</clickhouse>
</source>
<lifetime>
<min>0</min>
<max>0</max>
</lifetime>
<layout>
<flat/>
</layout>
<structure>
<id>
<name>id</name>
</id>
<attribute>
<name>value</name>
<type>UInt8</type>
<null_value>1</null_value>
</attribute>
</structure>
</dictionary>
</dictionaries>