
Oleg Bartunov
PostgresPro

Nikita Glukhov
PostgresPro
11:00
01 March
45 min
Inside JSONB
JSONB is a popular data type in Postgres, and there is demand from users to improve its performance. In particular, we want to optimize a typical pattern of using jsonb as a storage for relatively short metadata and big blobs, which is currently highly inefficient. We will discuss several approaches to jsonb improvement and present the results of our experiments.