
timescale/pg_textsearch: PostgreSQL extension for BM25 relevance-ranked full-text search
PostgreSQL extension for BM25 relevance-ranked full-text search. Postgres OSS licensed. - Github timescale/pg_textsearch
TIN is a full-text search index extension for Postgres, available as a GA release on PlanetScale Postgres and Neki databases.
It supports boolean, phrase, and span queries, fuzzy and regex matching, BM25-scored top-k, and COUNT(*) operations. Benchmarks on an 85GB corpus of 150 million documents show it handles up to 541x more queries per second than ParadeDB, pg_textsearch, and native GIN with proportionally lower p99 latencies.