File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import IntegrationPrereqs from "versionContent/_partials/_integration-prereqs.md
1212# Optimize full text search with BM25
1313
1414$PG full-text search at scale consistently hits a wall where performance degrades catastrophically.
15- $COMPANY's pg_textsearch brings modern [ BM25] [ bm25-wiki ] -based full-text search directly into $PG,
15+ $COMPANY's [ pg_textsearch] [ pg_textsearch-github-repo ] brings modern [ BM25] [ bm25-wiki ] -based full-text search directly into $PG,
1616with a memtable architecture for efficient indexing and ranking. ` pg_textsearch ` integrates seamlessly with SQL and
1717provides better search quality and performance than the $PG built-in full-text search.
1818
@@ -334,3 +334,5 @@ These limitations will be addressed in upcoming releases with disk-based segment
334334[connect-using-psql]: /integrations/:currentVersion:/psql/#connect-to-your-service
335335[recip-rank-fusion]: https://en.wikipedia.org/wiki/Mean_reciprocal_rank
336336[pg-vectorscale]: /ai/:currentVersion:/sql-interface-for-pgvector-and-timescale-vector/#installing-the-pgvector-and-pgvectorscale-extensions
337+ [pg_textsearch-github-repo]: https://github.com/timescale/pg_textsearch
338+
You can’t perform that action at this time.
0 commit comments