This site is about a previous instance of this event. For the current event, please see the updated site.

Schedule - PGConf.EU 2023

Should I use JSON in PostgreSQL?

Date: 2023-12-14
Time: 14:40–15:30
Room: Meridian

PostgreSQL provides great support for JSON objects and every developer working with this data type should learn how to take advantage of it. Instead of going through the documentation on how to use JSON in PostgreSQL, in this talk we will use a case study to learn by example. We will also complement the usage of JSON by introducing other data types such as ARRAY. We will also review some design decisions to turn JSON objects into columns and vice versa when it's convenient. This talk will help you to axe the archaic Entity-Attribute-Value (EAV) pattern from your database. We will see how to combine the power of a relational model, enhanced with the flexibility of the schema freedom provided by JSON. Not many database engines can provide the level of synergy that PostgreSQL provides.

Video

This session has been made available on:

Slides

The following slides have been made available for this session:

Speaker

Boriss Mejias