Transferred from: http://database.51cto.com/art/201103/247882.htm
Http://baike.baidu.com/link?url= B6b3dvscnqaucx-epz4ucy9mtz07z6hwnapbzsb130f2y1ksdxippforckxbdjp3bk3bdxmazqag6ngol46qwq3qr_dak-apyitw7jkauqi
This is the first of a series of MongoDB learning notes, mainly about what is non-relational database MongoDB, how to download, where to download, and how to properly install a series of problems.
First, preface
Recently began to learn the non-relational database MongoDB, but in the blog Park can not find a comparative system of the tutorial, a lot of information to consult English site, inefficient. I am not, by self-learning opportunities to record the experience, convenient for interested children's shoes to share the discussion. Some resources from other blogs, the purpose of the scattered knowledge points together, if there is infringement of your rights, please contact [email protected]. Most of the content is original, welcome to reprint sharing, but also do not forget to mention the author and the original link oh.
Ii. introduction of MongoDB
MongoDB is a high-performance, open-source, modeless document-based database that is a popular one in the current NoSQL database. It can be used in many scenarios to replace the traditional relational database or key/value storage methods. MONGO is developed using C + +. MONGO's official website address is: http://www.mongodb.org/, where readers can get more detailed information.
Episode: What is NoSQL? |
NOSQL, the full name is not-only Sql, refers to the non-relational database. The next generation of databases mainly solves several key points: non-relational, distributed, open-source, horizontally extensible. The original goal was for large-scale Web applications, which began in the early 2009 with features such as freedom of mode, support for simple replication, simple APIs, eventual consistency (non-acid), high-capacity data, and so on. NoSQL is the most used when the number of key-value storage, of course, there are other document-type, column storage, graph database, XML database and so on. |
MongoDB Learning Notes (i) MongoDB Introduction and Installation