PostgreSQL - JSON and JSONB
You want to create a GIN index on a JSONB column
info in table users to optimize queries checking for existence of specific keys only, ignoring values. Which index operator class should you use?