Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

format_capn_* format settings

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
VersionDefault valueComment
25.121073741824Prevent 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

Navigation