These settings are available in system.settings and are autogenerated from source.
dead_blobs_to_delay_insert
Type
UInt64
Default
0
Version history
| Version | Default value | Comment |
|---|---|---|
| 26.7 | 0 | New setting to override the `MergeTree` setting with the same name per query. |
If the dead blobs queues of the destination table’s disks contain at least that many blobs pending removal, artificially slow down insert into table. 0 - use the table setting.
dead_blobs_to_throw_insert
Type
UInt64
Default
0
Version history
| Version | Default value | Comment |
|---|---|---|
| 26.7 | 0 | New setting to override the `MergeTree` setting with the same name per query. |
If the dead blobs queues of the destination table’s disks contain more than this number of blobs pending removal, throw ‘Too many dead blobs …’ exception. 0 - use the table setting.