You are reading a single comment by @Velocio and its replies. Click here to read the full conversation.
  • We are in the latest postgres 14.

    And yeah the search is phenomenal.

    The advantage of implementing search in the database are twofold:

    1. Permissions can be applied to the search at the time of search.
    2. No external service is needed for indexing.

    We're using the search in a pretty advanced way, every single feature is being used from weighting, ranking, result snippets. It's pretty cool.

  • Oh I didn't realise you were already using it - I could have just looked at the codebase :/
    Congrats on the upgrade - did you see any improvement in response times and cpu usage, etc?

About

Avatar for Velocio @Velocio started