Migrating search from PostgreSQL to ElasticSearch
I recently worked on a migration from PostgreSQL to Elasticsearch due to high latency even after trying to optimize it a lot via GIN or GIST in pg_trgm, and I think it could be a useful story for anyone that may want to do it