v.25.10Improvement
Now setting max_insert_threads will take effect
Now setting max_insert_threads will take effect on Iceberg tables. #87407 (alesapin).Why it matters
This feature enables control over the number of parallel threads used for inserting data into Iceberg tables. It improves resource management and can optimize insertion performance by limiting or increasing concurrency based on user requirements.How to use it
Set themax_insert_threads parameter in the server configuration or user/session settings to control the number of insert threads when performing insert operations on Iceberg tables.