1Mediumgeneralโฑ 45sWhat is the purpose of a GIN index in PostgreSQL?๐โผAOnly used for numeric range queriesBOptimized for indexing composite/container values like arrays, JSONB, and full-text search vectors, where a single row can match on multiple component valuesCReplaces the need for a primary keyDOnly works on TEXT columns