Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

storage_* session settings

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

storage_file_read_method

Type
LocalFSReadMethod
Default
pread

Method of reading data from storage file, one of: read, pread, mmap. The mmap method does not apply to clickhouse-server (it’s intended for clickhouse-local).

storage_system_stack_trace_pipe_read_timeout_ms

Type
Milliseconds
Default
100

Maximum time to read from a pipe for receiving information from the threads when querying the system.stack_trace table. This setting is used for testing purposes and not meant to be changed by users.

Navigation