v.25.5Performance Improvement
Add setting input_format_max_block_size_bytes to limit blocks created
Add setting input_format_max_block_size_bytes to limit blocks created in input formats in bytes. It can help to avoid high memory usage during data import when rows contains large values. #79495 (Pavel Kruglov).