v.23.9Performance ImprovementImproving JSON Serialization by Directly Using ColumnStringPublished: November 25, 2025Official CH changelog textInstead of serializing json elements into a std::stringstream, this PR try to put the serialization result into ColumnString direclty. #54613 (lgbo).PreviousNext