HNNewShowAskJobs
Built with Tanstack Start
A New Postgres Block Storage Layout for Full Text Search(paradedb.com)
20 points by michaelmarkell 3 days ago | 2 comments
  • bitbasher2 days 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.

  • bob10293 days ago

    I don't know if I would recommend using the FTS facility in any RDBMS.

    Apache Lucene is still very much a thing and hard to beat with solutions like this.

    https://benchmarks.mikemccandless.com/