ClickHouse/dbms/tests/integration/test_odbc_interaction/configs/dictionaries/postgres_odbc_hashed_dictionary.xml

39 lines
895 B
XML
Raw Normal View History

<yandex>
<dictionary>
<name>postgres_odbc_hashed</name>
<source>
<odbc>
<table>clickhouse.test_table</table>
<connection_string>DSN=postgresql_odbc;</connection_string>
<db>postgres</db>
</odbc>
</source>
<lifetime>
<min>5</min>
<max>5</max>
</lifetime>
<layout>
<hashed />
</layout>
2018-10-15 18:38:52 +00:00
<structure>
<id>
<name>column1</name>
</id>
2018-10-15 18:38:52 +00:00
<attribute>
<name>column1</name>
<type>Int64</type>
<null_value>1</null_value>
</attribute>
2018-10-15 18:38:52 +00:00
<attribute>
<name>column2</name>
<type>String</type>
<null_value>''</null_value>
</attribute>
2018-10-15 18:38:52 +00:00
</structure>
</dictionary>
</yandex>