Performance of JSON type in postgres - Mailing list pgsql-general

From veem v
Subject Performance of JSON type in postgres
Date
Msg-id CAB+=1TU2bi8UkdD94kMizsTrTBUgqbdWKtM4Lq67+BMi6Vt1qA@mail.gmail.com
Whole thread Raw
Responses Re: Performance of JSON type in postgres
List pgsql-general
Hi,
It's postgres 15+. And need guidance on JSON types, (for both on premise vanilla postgres installation and AWS cloud based RDS/aurora postgres installations).

I have never worked on a JSON data type in the past. But now in one of the scenarios the team wants to use it and thus want to understand if there are any pros/cons in using JSONB vs JSON in postgres. Is there a specific scenario in which one should use one vs other. Any storage or performance threshold or limitations if any exists etc? Even some team mates suggest storing it simply in string data types. So I want to understand the experts' opinion on this which I believe will  be crucial during design itself.

Regards
Veem

pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Syntax error needs explanation
Next
From: Adrian Klaver
Date:
Subject: Re: Performance of JSON type in postgres