Can we move json which has array/sub arrays as values in postgres table?
How do we move messages in json format which doesn't have schema to postgress table?
What kind of column we should define in the table to store json format which doesn't have schema?
If we use jsonb i believe postgress will not collect stats on it?
Please help.
Thanks