2020-12-07 13:35:30 +00:00
|
|
|
<test>
|
2021-04-22 05:43:20 +00:00
|
|
|
<settings>
|
|
|
|
<async_socket_for_remote>1</async_socket_for_remote>
|
|
|
|
</settings>
|
2020-12-07 13:35:30 +00:00
|
|
|
<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>
|
2022-11-15 18:08:03 +00:00
|
|
|
|
2022-11-25 13:53:45 +00:00
|
|
|
<!--<query>select sum(length(URL)) from hits_100m_single settings max_threads=8, max_streams_to_max_threads_ratio=2, allow_asynchronous_read_from_io_pool_for_merge_tree=0</query>-->
|
2022-11-28 13:00:49 +00:00
|
|
|
<query>select sum(length(URL)) from hits_10m_single settings max_threads=2, max_streams_to_max_threads_ratio=16, allow_asynchronous_read_from_io_pool_for_merge_tree=1</query>
|
|
|
|
<query>select sum(length(URL)) from hits_10m_single settings max_threads=2, max_streams_for_merge_tree_reading=32, allow_asynchronous_read_from_io_pool_for_merge_tree=1</query>
|
2020-12-07 13:35:30 +00:00
|
|
|
</test>
|