ClickHouse/dbms/tests/integration/test_system_queries/configs/dictionaries/dictionary_clickhouse_cache.xml
alexey-milovidov aa2d29f5f9 Update ReadWriteBufferFromHTTP.cpp, Context.cpp, etc
Update ASTSystemQuery.cpp

Update ASTSystemQuery.h

Update dictionary_clickhouse_cache.xml

Update dictionary_clickhouse_flat.xml
2017-08-31 13:26:02 +03:00

38 lines
881 B
XML

<dictionaries>
<dictionary>
<name>clickhouse_cache</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>
<cache><size_in_cells>128</size_in_cells></cache>
</layout>
<structure>
<id>
<name>id</name>
</id>
<attribute>
<name>value</name>
<type>UInt8</type>
<null_value>1</null_value>
</attribute>
</structure>
</dictionary>
</dictionaries>