ClickHouse/tests/performance/fixed_string16.xml

14 lines
302 B
XML
Raw Normal View History

<test>
<tags>
<tag>comparison</tag>
</tags>
<preconditions>
<table_exists>test.hits</table_exists>
</preconditions>
2020-06-26 19:11:43 +00:00
<settings><max_threads>1</max_threads></settings>
<query><![CDATA[SELECT count() FROM test.hits WHERE ClientIP6 < RemoteIP6]]></query>
</test>