Elasticsearch as a NoSQL Database
As more nodes are added to an Elasticsearch cluster, it does a good job at reallocating and moving shards around. For example, say you have set up database containing customers, orders and products, and you want to search for orders given the name of a product and user. This could be solved by indexing orders…