Fix perf test

This commit is contained in:
Alexey Milovidov 2021-12-12 04:31:56 +03:00
parent b8a15b666d
commit d677a5ab67

View File

@ -191,7 +191,7 @@
toInt256(number) as d,
toString(number) as f,
toFixedString(f, 20) as g
FROM numbers_mt(200000000)
FROM numbers_mt(100000000)
SETTINGS max_threads = 8
FORMAT Null
</query>