throw_on_error_from_cache_on_write_operations
Ignore error from cache when caching on write operations (INSERT, merges)throw_on_max_partitions_per_insert_block
Allows you to control the behaviour whenmax_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.