Update reinterpret_as.xml

This commit is contained in:
Alexander Kuzmenkov 2021-02-09 00:31:30 +03:00 committed by GitHub
parent 38c7ad3c38
commit e703390fce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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