Disadvantages of Elasticsearch

Elasticsearch should be used for its strengths as there are core principles based on which it is created. However, it does end up being used for other capabilities where it shouldn't be. When used in certain use cases, it will backfire, and those aspects are listed as disadvantages:

  • Should not be used as a primary persistence store. So, apart from Elasticsearch, we need to have another store for actual persistence.
  • Elasticsearch is not ACID-compliant out of the box.
  • Even though Hadoop in a production environment is not run on commodity hardware, theoretically it does support this. In the production state, Elasticsearch inherently doesn't run on commodity hardware.
  • Elasticsearch has Garbage Collection (GC) issues. ...

Get Data Lake for Enterprises now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.