Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

max_download_* session settings

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

max_download_buffer_size

Type
UInt64
Default
10485760

The maximal size of buffer for parallel downloading (e.g. for URL engine) per each thread.

max_download_threads

Type
MaxThreads
Default
4

The maximum number of threads to download data (e.g. for URL engine).

Navigation