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