JSON | Postgres.FM 034 | #PostgreSQL #Postgres podcast

preview_player
Показать описание
Michael and Nikolay discuss JSON — our options for storing it in Postgres, whether or when we should, as well as a brief intro and some tips for JSON functions available.

Here are links to a few things we mentioned:
-------------

~~~
Postgres FM is brought to you by:
- Michael Christofides, founder of pgMustard

~~~
Рекомендации по теме
Комментарии
Автор

Anyone who finds NULLs and three-value logic to be troublesome should be even more troubled by JSON. A key in a JSON document can have a NULL value, or that key can be absent from the document. These are two different cases. So it's even more complex to handle JSON than it is to handle NULLable columns.

BillKarwin