Hacker News new | ask | show | jobs
by mirror_dude 668 days ago
I mean I guess, but why not just use a lucene based system?
2 comments

Keeping it in Postgres avoids needing to denormalize the data, which is a big pain point. ParadeDB pg_search is based on Tantivy, a Lucene-inspired library, so in some ways it allows you to both benefit from a Lucene-based system and also keep it in Postgres
Because that's another thing to set up, operate and pay for.