mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 19:45:11 +00:00
51 lines
1.2 KiB
XML
51 lines
1.2 KiB
XML
<?xml version="1.0"?>
|
|
<clickhouse>
|
|
<dictionary>
|
|
<name>slow_dict_7</name>
|
|
<source>
|
|
<executable>
|
|
<command>sleep 7</command>
|
|
<format>TabSeparated</format>
|
|
</executable>
|
|
</source>
|
|
<layout>
|
|
<flat/>
|
|
</layout>
|
|
<structure>
|
|
<id>
|
|
<name>id</name>
|
|
</id>
|
|
<attribute>
|
|
<name>value</name>
|
|
<type>String</type>
|
|
<null_value></null_value>
|
|
</attribute>
|
|
</structure>
|
|
<lifetime>0</lifetime>
|
|
</dictionary>
|
|
|
|
<dictionary>
|
|
<name>slow_dict_3</name>
|
|
<source>
|
|
<executable>
|
|
<command>sleep 3</command>
|
|
<format>TabSeparated</format>
|
|
</executable>
|
|
</source>
|
|
<layout>
|
|
<flat/>
|
|
</layout>
|
|
<structure>
|
|
<id>
|
|
<name>id</name>
|
|
</id>
|
|
<attribute>
|
|
<name>value</name>
|
|
<type>String</type>
|
|
<null_value></null_value>
|
|
</attribute>
|
|
</structure>
|
|
<lifetime>0</lifetime>
|
|
</dictionary>
|
|
</clickhouse>
|