Native BM25 ranking in managed databases validates pg_textsearch as an industry standard for PostgreSQL full-text search
Tiger Data, the creators of TimescaleDB, today announced that its open-source BM25 search engine, pg_textsearch, is now supported natively in Google Cloudโsย AlloyDBย andย Cloud SQLย for PostgreSQL databases. The integration makes industry-standard full-text ranking available natively in two of the world’s most widely used managed PostgreSQL services, eliminating the need for developers to maintain separate search infrastructure.
The pg_textsearch extension has become a top choice for full-text search in PostgreSQL. Unlike earlier Postgres search methods that degrade with scale, BM25 scoring applies inverse document frequency, term frequency saturation, and length normalization, three mathematical properties that make rankings more accurate. This extension supports PostgreSQL 17 and 18 and stores indexes in standard PostgreSQL pages, which means full integration with WAL logging, replication, VACUUM, and pg_dump. No external storage, special backup procedures, or operational overhead are needed.
Google Cloud has integrated pg_textsearch into AlloyDB and Cloud SQL, which now allows developers to use a single, unified search backend rather than sidecar systems. pg_textsearch achieves this in pure PostgreSQL.
Also Read:ย CIO Influence Interview with John Elliott, Cybersecurity Author Fellow at Pluralsight
“Developers have spent years bolting on or maintaining separate search clusters just to get relevance ranking that works,” said Mike Freedman, CTO and co-founder of Tiger Data. “With pg_textsearch now available across managed services like AlloyDB and Cloud SQL it sends a clear message: this is the search architecture the industry is converging on. It’s a validation that native, database-integrated full-text search, built in C on PostgreSQL’s storage layer outperforms wrapping external libraries and dealing with the operational complexity that comes with them.”
AlloyDB and Cloud SQL customers can now harness native BM25 ranking alongside pgvector for seamless hybrid search. They can also gain access toย ScaNN vector indexing, which accelerates vector search speeds by up to six times compared to standard HNSW. Both AlloyDB and Cloud SQL can merge keyword and semantic results in a single query using Reciprocal Rank Fusion, eliminating the need for separate backends and sync pipelines.
Catch more CIO Insights:ย How Are CIOs Aligning Technology with Workforce Agility?
[To share your insights with us, please write toย psen@itechseries.comย ]

