Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

format_binary_* format settings

These settings are autogenerated from source.

format_binary_max_array_size

Type
UInt64
Default
1073741824

The maximum allowed size for Array in RowBinary format. It prevents allocating large amount of memory in case of corrupted data. 0 means there is no limit

format_binary_max_object_size

Type
UInt64
Default
100000
Version history
VersionDefault valueComment
25.12100000New setting that limits the maximum size of object during JSON type binary deserialization

The maximum allowed number of paths in a single Object for JSON type RowBinary format. It prevents allocating large amount of memory in case of corrupted data. 0 means there is no limit

format_binary_max_string_size

Type
UInt64
Default
1073741824
Version history
VersionDefault valueComment
22.121073741824Prevent allocating large amount of memory

The maximum allowed size for String in RowBinary format. It prevents allocating large amount of memory in case of corrupted data. 0 means there is no limit

Navigation