v.21.1Improvements
Don't throw "Too many parts" error during INSERT query
Don't throw "Too many parts" error in the middle of INSERT query. #17566 (alexey-milovidov).
Why it matters
This feature addresses an issue where the "Too many parts" error could interrupt a runningINSERT operation, causing the query to fail unexpectedly. It improves the stability and reliability of data insertion by handling this error more gracefully.How to use it
No additional configuration is required. The fix is applied internally to ensure that the "Too many parts" error does not interrupt ongoingINSERT queries.