ClickHouse/tests/performance/prewhere.xml

8 lines
195 B
XML
Raw Normal View History

2019-11-14 06:21:54 +00:00
<test>
<settings>
<max_threads>1</max_threads>
</settings>
2020-02-28 18:49:31 +00:00
<query>SELECT Title FROM hits_10m_single PREWHERE WatchID % 2 = 1 WHERE UserID = 10000 FORMAT Null</query>
2019-11-14 06:21:54 +00:00
</test>