
8 Jun
2020
8 Jun
'20
4:53 a.m.
On Sun, 7 Jun 2020 at 22:34, Nicholas Krause via talk <talk@gtalug.org> wrote:
On 6/6/20 3:07 AM, William Park via talk wrote:
Last time I read, it was just string blob, and the JSON is parsed every time to extract something inside.
After reading parts of the docs seems JSONB is the version your talking about. However JSON seems to be the second type and there seems to be some differences.
Not sure if I'm reading this right. JSONB is not parsed every time. JSON
is. That said I doubt anyone really uses the JSON type in PostgreSQL any more Dave Cramer