Why use elasticsearch instead of sql?
You want Elasticsearch when you’re doing a lot of text search, where traditional RDBMS databases are not performing really well (poor configuration, acts as a black-box, poor performance). Elasticsearch is highly customizable, extendable through plugins. Why to use elasticsearch? Elasticsearch is also a near real-time search platform, meaning the latency from the time a document …
