I have used JSON types in Postrgres for a little while now, they're pretty great! I can't really see a downside, is there a disadvantage to this kind of setup?
In our use case there were very clearly parts of the data that were relational and other parts that were better represented as unstructured. Postgres gave us the chance to do both in one place and worked really well for that purpose, good to see it getting even better.
In our use case there were very clearly parts of the data that were relational and other parts that were better represented as unstructured. Postgres gave us the chance to do both in one place and worked really well for that purpose, good to see it getting even better.