The installation and use of MongoDB

Source: Internet
Author: User
Tags install mongodb mongodb

MongoDB is a NoSQL database. NoSQL databases are called non-relational databases, and NoSQL's full name is not the only SQL. A database solution for a wide range of issues such as high concurrency , high Availability , High scalability , and Big Data storage . NoSql, It can not replace the relational database , only as a good complement to the relational database .

NoSQL databases are also divided into a variety of Key Value (Key-value) Storage database (such as Redis), Columnstore database (such as HBase), Document database (such as MongoDB), Graphics (Graph) databases, and so on.

MongoDB is a document-based database , and its typical application is Web applications ( similar to Key-value,Value is structured), and its data model is a series of key-value pairs. MongoDB The advantage is that the data structure requirements are not strict, flexible operation , disadvantage is the query performance is not high, and the lack of unified query syntax.

Currently, we take the Win7 system as an example, the 64-bit Win7 is relatively simple to install MongoDB, because MongoDB official website in the Community Server version (< a href= "https://www.mongodb.com/ Download-center#community "target=" _blank ">https://www.mongodb.com/download-center#community) only recommended a 64-bit MongoDB, in the installation, the Internet also provides a lot of posts, I believe we can successfully install.

The installation and use of MongoDB

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.