Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

allow_prefetched_* session settings

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

allow_prefetched_read_pool_for_local_filesystem

Type
Bool
Default
0

Prefer prefetched threadpool if all parts are on local filesystem

allow_prefetched_read_pool_for_remote_filesystem

Type
Bool
Default
1

Prefer prefetched threadpool if all parts are on remote filesystem

Navigation