MongoDB Learning Notes-Understanding MongoDB

Source: Internet
Author: User

Learning Reference Address Http://www.runoob.com/mongodb

Nosql

The popular database is Oracle,sqlserver,mysql relational database, relative, and non-relational database, collectively referred to as NoSQL, and MongoDB is one of the NoSQL.

Characteristics of relational database:

-Highly organized structured data
-Structured Query Language (SQL) (SQL)
-Data and relationships are stored in separate tables.
-Data manipulation language, data definition language
-Strict consistency
-Basic services

Non-relational database features:

-represents more than just SQL
-No declarative query language
-No pre-defined pattern
-key-value pair storage, column storage, document storage, graphics database
-final consistency, not ACID properties
-Unstructured and unpredictable data
-Cap theorem
-High performance, high availability and scalability

As can be seen from the above, the relational database is more secure, rigorous, and non-relational database more pursuit of performance. The same conclusions can be drawn from the principles they follow.

Mongodb

About MongoDB:

Document-based database, written in C + +.

MongoDB Usage Scenarios:

1, massive data, often used for analysis, query.

2, the data is usually more fixed.

3, the data format is not fixed.

can also draw the above conclusions

MongoDB Learning Notes-Understanding 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.