v.21.2Improvements
Fixed PeekableReadBuffer Memory Limit Exceed Error for Huge Strings
Fixed PeekableReadBuffer: Memory limit exceed error when inserting data with huge strings. Fixes #18690. #18979 (tavplubix).Why it matters
This fix addresses the issue where inserting huge strings into ClickHouse would cause a memory limit exceed error inPeekableReadBuffer. It improves stability and reliability during data insertion involving large string values.