How to achieve sub 1s Trigram/Vector search in Postgres when searching long strings – Postgresql
I'm compiling a database of decently sized documents (anywhere from 20 to 500 characters), and I would like to be able to very quickly (under 1s) search through them. I started with around 100k rows worth of data, and now…