Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

enable_software_* session settings

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

enable_software_prefetch_in_aggregation

Type
Bool
Default
1

Enable use of software prefetch in aggregatio

enable_software_prefetch_in_join

Type
Bool
Default
1
Version history
VersionDefault valueComment
26.51Enable use of software prefetch in hash join probe phase.

Enable use of software prefetch in hash join probe phase to hide memory access latency for large hash tables.

Navigation