The difference and use scene of relational database non-relational database __ Database

Source: Internet
Author: User

Advantages of non-relational databases:
1, performance
NoSQL is based on key-value pairs, can be imagined as a table of the primary key and value of the corresponding relationship, and do not need to go through the SQL layer parsing, so the performance is very high
2, scalability
It is also because of the lack of coupling between data based on key-value pairs, so it is very easy to scale horizontally.
3, the use of the scene: Log, buried point, forum, blog and so on

Advantages of relational databases:
1. Complex query
You can use SQL statements to easily make very complex data queries between a table and multiple tables
2. Transaction support
This makes the data access requirements for high security performance possible.
3, the use of the scene: all the logical relationship of data storage

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.