diff --git a/dbms/tests/performance/prewhere.xml b/dbms/tests/performance/prewhere.xml new file mode 100644 index 00000000000..2ba028562e5 --- /dev/null +++ b/dbms/tests/performance/prewhere.xml @@ -0,0 +1,28 @@ + + loop + + + + 5 + 10000 + + + 50 + 60000 + + + + + + + + + default.hits_10m_single + + + + 1 + + + SELECT Title, URL FROM hits_10m_single PREWHERE WatchID % 2 = 1 WHERE UserID = 10000 FORMAT Null +