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
| Version | Default value | Comment |
|---|---|---|
| 25.12 | 100000 | New 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
| Version | Default value | Comment |
|---|---|---|
| 22.12 | 1073741824 | Prevent 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