adspace


What is the difference between mongodb and elasticsearch?

Answer Posted / Hemant Gupta

MongoDB and Elasticsearch are different NoSQL databases. MongoDB stores JSON-like documents with a dynamic schema while Elasticsearch uses an indexing approach, which allows for faster full-text search capabilities but lacks the document-oriented nature of MongoDB.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the command syntax for inserting a document?

62


How to define array in mongoose schema?

78


How did mongodb get its name?

60