3 ms·
What are the advantages of Tin over using ts_vector with gin and gist indexes?
by sick_of_slop 7d ago
What are the advantages of Tin over using ts_vector with gin and gist indexes?
- dragonwriter 7d agoFrom the benchmarks deep in the document, TIN is much faster than built in text search (tested against GIN, which is itself much faster than GiST for text search.)