perf test fix

This commit is contained in:
Alexander Kuzmenkov 2020-12-25 06:15:36 +03:00
parent 5bd025a180
commit a38787553c

View File

@ -3,6 +3,10 @@
<table_exists>hits_100m_single</table_exists>
</preconditions>
<settings>
<allow_experimental_window_functions>1</allow_experimental_window_functions>
</settings>
<!--
For some counters, find top 10 users by the numer of records.
First with LIMIT BY, next with window functions.