mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Add missed config
This commit is contained in:
parent
a6199b7e69
commit
8755f5ffa9
@ -0,0 +1,41 @@
|
|||||||
|
<yandex>
|
||||||
|
<dictionary>
|
||||||
|
<name>test.conflicting_dictionary</name>
|
||||||
|
<source>
|
||||||
|
<clickhouse>
|
||||||
|
<host>localhost</host>
|
||||||
|
<port>9000</port>
|
||||||
|
<user>default</user>
|
||||||
|
<password></password>
|
||||||
|
<db>test</db>
|
||||||
|
<table>xml_dictionary_table</table>
|
||||||
|
</clickhouse>
|
||||||
|
</source>
|
||||||
|
|
||||||
|
<lifetime>
|
||||||
|
<min>0</min>
|
||||||
|
<max>0</max>
|
||||||
|
</lifetime>
|
||||||
|
|
||||||
|
<layout>
|
||||||
|
<cache><size_in_cells>128</size_in_cells></cache>
|
||||||
|
</layout>
|
||||||
|
|
||||||
|
<structure>
|
||||||
|
<id>
|
||||||
|
<name>id</name>
|
||||||
|
</id>
|
||||||
|
<attribute>
|
||||||
|
<name>SomeValue1</name>
|
||||||
|
<type>UInt8</type>
|
||||||
|
<null_value>1</null_value>
|
||||||
|
</attribute>
|
||||||
|
|
||||||
|
<attribute>
|
||||||
|
<name>SomeValue2</name>
|
||||||
|
<type>String</type>
|
||||||
|
<null_value>''</null_value>
|
||||||
|
</attribute>
|
||||||
|
</structure>
|
||||||
|
</dictionary>
|
||||||
|
</yandex>
|
Loading…
Reference in New Issue
Block a user