trigrams articles
Postgres regex search over 10,000 GitHub repositories (using only a Macbook)
In this article, we share empirical measurements from our experiments in using Postgres to index and search over 10,000 top GitHub repositories using pg_trgm on only a Macbook.
Postgres Trigram search learnings
In this article I talk about learnings I have from trying to use pg_trgm as the backend for a search engine, Tridex, which aims to be a competitor to Google's Zoekt (Fast trigram based code search)