top | item 44484066

A New Postgres Block Storage Layout for Full Text Search

21 points| michaelmarkell | 7 months ago |paradedb.com

2 comments

order

bitbasher|7 months ago

I _really_ wanted Postgress' FTS to work for my usecase, but it was simply too slow and didn't have enough flexibility. I can certainly see its use for simpler use cases (fuzzy searching a product/user record, etc). However, it's not a full replacement for a search engine.

I really wanted it to be. I wanted to live in a world where I didn't have to update Postgres and then send the update to re-index the record in solr/es.