What is the difference between mongodb and elasticsearch?



What is the difference between mongodb and elasticsearch?..

Answer / 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

More MongoDB Interview Questions

Should you start out with sharded or with a non-sharded mongodb environment?

1 Answers  


Is nosql database types?

1 Answers  


Is mongodb a language?

1 Answers  


Is mongodb a graph database?

1 Answers  


What do you understand by a profiler with reference to mongodb?

1 Answers  


How do I start mongodb locally?

1 Answers  


What is data model in mongodb?

1 Answers  


How many indexes does mongodb create by default for a new collection?

1 Answers  


How mongodb works? Explain

1 Answers  


Is it possible to configure the cache size for mmapv1 in mongodb?

1 Answers  


Which operations lock the database in mongodb?

1 Answers  


What is crud?

1 Answers  


Categories