PostgreSQL - JSON and JSONB
You have a table with a
jsonb column but your query is slow when filtering by keys. What is the most likely cause?jsonb column but your query is slow when filtering by keys. What is the most likely cause?jsonb supports GIN or BTREE indexes to speed up key/value lookups.jsonb column, queries filtering by keys must scan all rows, causing slowness.jsonb column -> Option A15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions