These settings are autogenerated from source.
format_capn_proto_enum_comparising_mode
Type
CapnProtoEnumComparingMode
Default
by_values
How to map ClickHouse Enum and CapnProto Enum
format_capn_proto_max_message_size
Type
UInt64
Default
1073741824
Version history
| Version | Default value | Comment |
|---|---|---|
| 25.12 | 1073741824 | Prevent allocating large amount of memory |
Maximum size of a single CapnProto message in bytes. This protects against malformed or corrupted data causing excessive memory allocation. Default is 1 GiB.
format_capn_proto_use_autogenerated_schema
Type
Bool
Default
1
Use autogenerated CapnProto schema when format_schema is not set