adspace


Is mongodb a key value store?

Answer Posted / Swati Ronkali

MongoDB is not a pure key-value store, but it does provide functionality similar to one. Each document in MongoDB can be thought of as a key-value pair, where the document ID serves as the key and the document's content serves as the value. However, unlike traditional key-value stores, MongoDB offers more flexible data modeling capabilities by supporting complex documents with nested arrays and objects.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How did mongodb get its name?

60


what is the command syntax for inserting a document?

63


How to define array in mongoose schema?

79