ClickHouse/tests/performance/early_constant_folding.xml

10 lines
368 B
XML
Raw Normal View History

<test>
<preconditions>
2020-05-23 14:53:54 +00:00
<table_exists>hits_100m_single</table_exists>
</preconditions>
2020-06-26 19:11:43 +00:00
<settings><max_threads>1</max_threads></settings>
2020-06-26 19:11:43 +00:00
<!-- FIXME this should have been an EXPLAIN test -->
2020-05-23 14:53:54 +00:00
<query>SELECT count(JavaEnable) FROM hits_100m_single WHERE WatchID = 1 OR Title = 'next' OR URL = 'prev' OR OriginalURL = '???' OR 1</query>
</test>