Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

table_* session settings

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

table_engine_read_through_distributed_cache

ClickHouse Cloud only
Type
Bool
Default
0
Version history
VersionDefault valueComment
25.70New setting

Only has an effect in ClickHouse Cloud. Allow reading from distributed cache via table engines / table functions (s3, azure, etc)

table_function_remote_max_addresses

Type
UInt64
Default
1000

Sets the maximum number of addresses generated from patterns for the remote function.

Possible values:

  • Positive integer.
Navigation