ClickHouse/tests/performance/prewhere.xml
2020-04-18 15:54:16 +03:00

15 lines
301 B
XML

<test>
<preconditions>
<table_exists>default.hits_10m_single</table_exists>
</preconditions>
<settings>
<max_threads>1</max_threads>
</settings>
<query>SELECT Title FROM hits_10m_single PREWHERE WatchID % 2 = 1 WHERE UserID = 10000 FORMAT Null</query>
</test>