Research on MongoDB Design and Query Optimization in Vehicle Management Information System
Yan Jun Zhao
Abstract
Yan Jun Zhao
Abstract
NoSQL database is the broad definition of non-relational database. MongoDB is one of the most popular NoSQL database nowadays, and it is a schema-free and document oriented database, which has great query performance with huge amount of data and great scalability. More and more companies have adopted MongoDB, as increasingly large scale data is being stored in MongoDB, design philosophy and query optimization issues become growing concerns. This paper attempts to give the data storage structures of MongoDB on vehicle management information system. Based on this system, this paper gives two design philosophy and five different query optimization methods for MongoDB and gives the key code and diagrams of MongoDB optimization methods.
OpenAlex reports 3 citations for this work. Citation counts describe recorded attention and do not establish research quality.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
NoSQL database is the broad definition of non-relational database. MongoDB is one of the most popular NoSQL database nowadays, and it is a schema-free and document oriented database, which has great query performance with huge amount of data and great scalability. More and more companies have adopted MongoDB, as increasingly large scale data is being stored in MongoDB, design philosophy and query optimization issues become growing concerns. This paper attempts to give the data storage structures of MongoDB on vehicle management information system. Based on this system, this paper gives two design philosophy and five different query optimization methods for MongoDB and gives the key code and diagrams of MongoDB optimization methods.
Key concepts: NoSQL, Computer science, Scalability, Query optimization, Database, Relational database, View, Relational database management system