GIN
Jump to navigation
Jump to search
CREATE INDEX idxgin ON api USING GIN (jdoc);
CREATE INDEX gin_idx ON documents_table USING GIN (locations) WITH (fastupdate = off);
- PostgreSQL 18 (Sep 2025) supports parallel builds for GIN indexes, joining B-tree and BRIN indexes in supporting this capability.
See also[edit]
Advertising: