mongoDB vs. elasticsearch query/aggregation performance comparison mongoDB vs. elasticsearch query/aggregation performance comparison elasticsearch elasticsearch

mongoDB vs. elasticsearch query/aggregation performance comparison


I think the size of your data set is also a very important aspect about choosing DB engine. According to this benckmark (2015), if you have over 10 millions of documents, Elasticsearch could be a better choice. If your data set is small there should be no obvious different about performance between Elasticsearch and MongoDB.