Schedule - PGConf NYC 2021

Understanding of Jsonb Performance

Date: 2021-12-02
Time: 11:25–12:15
Room: Financial III
Level: Intermediate
Feedback: Leave feedback

Jsonb is a popular data type in PostgreSQL, the default data type for many modern projects. It stores json documents in binary format, which provides users many benefits such as an effective access to a field and support of complex predicates with index support. It is important to understand what affects jsonb performance and how to avoid potential problems. We will present the results of our studies and possible ways to improve performance.

Slides

The following slides have been made available for this session:

Speaker

Oleg Bartunov