v.18.14Improvement
Improved JSONEachRow Data Reading Performance
Improved performance for reading data in JSONEachRow format. #3332Why it matters
This feature optimizes the processing of input data inJSONEachRow format, reducing parsing time and resource usage, thereby enhancing data ingestion speed and efficiency for users working with JSON-formatted data.How to use it
Users benefit from this improvement automatically when reading data using theJSONEachRow format in their INSERT queries or data pipelines, without requiring any configuration changes.