These settings are available in system.settings and are autogenerated from source.
iceberg_insert_max_bytes_in_data_file
Type
UInt64
Default
1073741824
Version history
| Version | Default value | Comment |
|---|---|---|
| 25.9 | 1073741824 | New setting. |
Max bytes of iceberg parquet data file on insert operation.
iceberg_insert_max_partitions
Type
UInt64
Default
100
Version history
| Version | Default value | Comment |
|---|---|---|
| 25.12 | 100 | New setting. |
Max allowed partitions count per one insert operation for Iceberg table engine.
iceberg_insert_max_rows_in_data_file
Type
UInt64
Default
1000000
Version history
| Version | Default value | Comment |
|---|---|---|
| 25.9 | 1000000 | New setting. |
Max rows of iceberg parquet data file on insert operation.