Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

async_* session settings

These settings are available in system.settings and are autogenerated from source.

async_query_sending_for_remote

Type
Bool
Default
1
Version history
VersionDefault valueComment
23.31Create connections and send query async across shards

Enables asynchronous connection creation and query sending while executing remote query.

Enabled by default.

async_socket_for_remote

Type
Bool
Default
1
Version history
VersionDefault valueComment
21.51Fix all problems and turn on asynchronous reads from socket for remote queries by default again
21.30Turn off asynchronous reads from socket for remote queries because of some problems

Enables asynchronous read from socket while executing remote query.

Enabled by default.

Navigation