mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 23:31:24 +00:00
12 lines
291 B
XML
12 lines
291 B
XML
|
<test>
|
||
|
<query>
|
||
|
SELECT sum(x)
|
||
|
FROM
|
||
|
(
|
||
|
SELECT sipHash64(sipHash64(sipHash64(number))) AS x
|
||
|
FROM remote('127.0.0.{{2,3,4,5}}', numbers(10000000))
|
||
|
)
|
||
|
SETTINGS max_threads = 2, max_distributed_connections = 2
|
||
|
</query>
|
||
|
</test>
|