mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-07 16:14:52 +00:00
27 lines
576 B
XML
27 lines
576 B
XML
|
<?xml version="1.0"?>
|
||
|
<yandex>
|
||
|
<dictionary>
|
||
|
<name>slow_dict</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>
|
||
|
</yandex>
|