Full text search(Postgres) Vs Elastic search Full text search(Postgres) Vs Elastic search elasticsearch elasticsearch

Full text search(Postgres) Vs Elastic search


fulltext search and elasticsearch are both built on the same basic technology inverted indices so performance is going to be about the same.

FTS is going to be easier to deploy.

ES comes with lucene,

if you want lucene with FTS that will require extra effort.