Re: Reduce build times of pg_trgm GIN indexes
David Geier <geidav.pg@gmail.com>
From: David Geier <geidav.pg@gmail.com>
To: Matthias van de Meent <boekewurm+postgres@gmail.com>
Cc: Heikki Linnakangas <hlinnaka@iki.fi>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2026-03-03T17:31:51Z
Lists: pgsql-hackers
Attachments
- v5-0005-Optimize-generate_trgm-with-radix-sort.patch (text/x-patch) patch v5-0005
- v5-0004-Faster-qunique-comparator-in-generate_trgm.patch (text/x-patch) patch v5-0004
- v5-0003-Make-btint4cmp-branchless.patch (text/x-patch) patch v5-0003
- v5-0002-Optimize-generate_trgm-with-sort_template.h.patch (text/x-patch) patch v5-0002
- v5-0001-Optimize-sort-and-deduplication-in-ginExtractEntr.patch (text/x-patch) patch v5-0001
> Attached are the patches rebased on latest master. > > I've removed the ASCII fast-path patch 0006 as it turned out to be more > complicated to make work than expected. > > I kept the radix sort patch because it gives a decent speedup but I > would like to focus for now on getting patches 0001 - 0004 merged. > They're all simple and, the way I see it, uncontroversial. > > I remeasured the savings of 0001 - 0004, which comes on top of the > already committed patch that inlined the comparison function, which gave > another ~5%: > > Data set | Patched (ms) | Master (ms) | Speedup > --------------------|--------------|--------------|---------- > movies(plot) | 8,058 | 10,311 | 1.27x > lineitem(l_comment) | 223,233 | 256,986 | 1.19x > > I've also registered the change at the commit fest, see > https://commitfest.postgresql.org/patch/6418/. Attached is v5 that removes an incorrect assertion from the radix sort code. -- David Geier
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Change PointerGetDatum() back to a macro
- d65995cbc6e1 19 (unreleased) landed
-
Replace deprecated StaticAssertStmt() with StaticAssertDecl()
- 66ad764c8d51 19 (unreleased) landed
-
Optimize sorting and deduplicating trigrams
- 9f3755ea07aa 19 (unreleased) landed
-
Optimize sort and deduplication in ginExtractEntries()
- 6f5ad00ab763 19 (unreleased) landed
-
Inline ginCompareAttEntries for speed
- bba81f9d3d4f 19 (unreleased) landed