Using JSONB in PostgreSQL: How to Effectively Store & Index JSON Data in PostgreSQL
Scalegrid
JULY 17, 2020
Why should a relational database even care about unstructured data? Wave 1: PostgreSQL 9.2 (2012) added support for JSON data type. JSON database in 9.2 It is useful to validate incoming JSON and store in the database. JSONB storage results in a larger storage footprint. JSONB Patterns & Antipatterns.
Let's personalize your content