DEV Community

JSON vs JSONB in PostgreSQL

Francesco Tisiot on August 03, 2023

PostgreSQL® offers two types of data types to handle JSON data: JSON stores the JSON as text, performing a validation on the correctness of the ...
Collapse
 
frikishaan profile image
Ishaan Sheikh • Edited

Nicely explained, thanks!
However, this link not working PostgreSQL JSON indexing page.

Collapse
 
ftisiot profile image
Francesco Tisiot

Thanks for flagging! Link is fixed!

Collapse
 
joancomasfdz profile image
Joan Comas Fernandez

Are there any benchmarks available to understand the actual performance difference between JSON and JSONB?