Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

min_external_* session settings

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

min_external_table_block_size_bytes

Type
UInt64
Default
268402944
Version history
VersionDefault valueComment
24.2268402944Squash blocks passed to external table to specified size in bytes, if blocks are not big enough.

Squash blocks passed to the external table to a specified size in bytes, if blocks are not big enough.

min_external_table_block_size_rows

Type
UInt64
Default
1048449
Version history
VersionDefault valueComment
24.21048449Squash blocks passed to external table to specified size in rows, if blocks are not big enough

Squash blocks passed to external table to specified size in rows, if blocks are not big enough.

Navigation