Answer the question
In order to leave comments, you need to log in
How to store JSON object in ClickHouse DB?
I have data that is stored as JSON objects that can store arrays, for example:
{
"name":"test1",
"info":{"ver":"beta"},
"addresses":[
{"ip":"134.83.91.28", "port":80},
{"ip":"134.83.92.73", "port":8080}
]
}
add column info.ver String
), but I can’t figure it out with saving arrays with objects. Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question