top | item 35722010

(no title)

nbashaw | 2 years ago

The example here only covers short text fields like titles — does anyone know if it performant for full body search of long documents?

discuss

order

puika|2 years ago

Yes, and if it falls short you can also use the RUM extension if you don't mind the extra index size (can install via package manager or maybe you db provider like supabase has it available)

simonw|2 years ago

Yes, it works great for that.

nr2x|2 years ago

Depends on the length of the documents as well. I’ve used psql with smaller datasets and it’s fine, but it starts to have issues when you go bigger.