Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumSQLJSONB queryingSingle-choice MCQ

You created a GIN index on a jsonb column: CREATE INDEX ON docs USING gin (data). Which query can this default GIN index accelerate?

CREATE INDEX ON docs USING gin (data);