ClickHouse/dbms/tests/performance/complex_array_creation.xml
2020-02-28 19:50:13 +03:00

14 lines
353 B
XML

<test>
<type>loop</type>
<stop_conditions>
<any_of>
<total_time_ms>10000</total_time_ms>
</any_of>
</stop_conditions>
<query>SELECT count() FROM numbers(1000000) WHERE NOT ignore([[number], [number]])</query>
<query>SELECT count() FROM numbers(1000000) WHERE NOT ignore([[], [number]])</query>
</test>