PostgreSQL - JSON and JSONB
You want to store JSON data and frequently query nested keys with fast performance. Which approach is best?
jsonb is optimized for querying and indexing nested JSON data.jsonb column enables fast key and path lookups.jsonb and create a GIN index on the column -> Option B15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions