can you migrate your db to an elastic search?

Yeah why not, in fact, most of the search applications (like e-commerce) search are powered by search DB(Elasticsearch or Solr) but they are backed by RDBMS(this is the source of truth), Also Elasticsearch index building from these Databases are very common.

RDBMS are good for relational transactional systems but if you want to speed the search queries(instead of creating huge indices in RDBMS) it always makes sense to use Elasticsearch(which also is very performant in case of filters and aggregation).

CLICK HERE to find out more related problems solutions.

Leave a Comment

Your email address will not be published.

Scroll to Top