Research on the Design of Non-Relational Databases Based on MongoDB
In order to solve the problems of low efficiency in processing massive data in traditional relational data-bases,this article uses MongoDB technology to develop a MongoDB storage architecture,and adopts current main-stream technologies to propose an effective design scheme of non-relational databases.Firstly,it introduces Mon-goDB technology in detail,and then designs a non-relational database based on MongoDB from three aspects:data-base connection,collection creation and basic operation implementation.The implementation of this database pro-vides important reference for the design of related databases in the later stage.