InterviewSolution
Saved Bookmarks
| 1. |
What are the uses of MongoDB? Explain |
|
Answer» MongoDB is used for high volume data storage. MongoDB is one of many non-relational database TECHNOLOGIES that CAME up in the mid-2000s for use in big data applications and other PROCESSING JOBS. MongoDB is more faster than others because it allows users to query in a different manner. In MongoDB, a RECORD is a document, which is a data structure composed of field and value pairs. It is similar to JavaScript Object Notation objects |
|