Day 22 of 100 Days of ClickHouse: Exploring High-Speed Analytics (opens in new tab)
One of the most common questions developers ask when working with ClickHouse® is: "How should I store JSON data?" The answer isn't as simple as choosing between a String column and the native JSON data type. It depends on how your application ingests, stores, and queries data. JSON has become the standard format for modern applications. Every API request, application log, event stream, telemetry record, and user interaction is typically represented as JSON before it reaches a database. Its sc...
Read the original article