These settings are available in system.settings and are autogenerated from source.
throw_on_error_from_cache_on_write_operations
Type
Bool
Default
0
Ignore error from cache when caching on write operations (INSERT, merges)
throw_on_hive_partitioning_resolution_failure
Type
Bool
Default
1
Version history
| Version | Default value | Comment |
|---|---|---|
| 26.8 | 1 | New setting to fail the query when Hive-style partitioning detection for an object storage table cannot list the storage, instead of running without the Hive partition columns. |
Throw an exception instead of logging a warning when Hive-style partitioning detection for an object storage table fails to list the storage. When disabled, the query runs without the Hive partition columns, which may change its result.
throw_on_max_partitions_per_insert_block
Type
Bool
Default
1
Allows you to control the behaviour when max_partitions_per_insert_block is reached.
Possible values:
true- When an insert block reachesmax_partitions_per_insert_block, an exception is raised.false- Logs a warning whenmax_partitions_per_insert_blockis reached.
throw_on_unsupported_query_inside_transaction
Experimental featureType
Bool
Default
1
Throw exception if unsupported query is used inside transactio