Hacker News new | ask | show | jobs
by rpcope1 478 days ago
As someone who has used Sphinx search for a long time, and wound up using Manticore after it got forked off of Sphinx, I found that it does much better than the native PostgreSQL search, while not being as resource hungry as Elastic. Especially because it's flexible and can pull from PostgreSQL (and usually the next step after the built in PostgreSQL FTS, for me), it's definitely something I'd be weighing any new search tooling in Postgres (such as yours or ParadeDB's) against.