The advantages and disadvantages of relational database and NoSQL database

Source: Internet
Author: User
relational database
Advantage:
1. Good at handling small data volumes
2. Good at complex SQL operations, can make complex queries such as joins
3. Can easily generate a variety of data objects, the use of stored data to build forms and reports, the visibility of good
Disadvantage:
1. It is difficult to write processing for distributed applications and large amounts of data
2. Indexing and structural changes to tables with data updates
3. Application with Field not fixed
4. Handling of Quick return results for simple queries

NoSQL Database
Advantage:
1. Good at writing and reading large amounts of data
2. Fast query response, flexible data model
3. Data structure change or update is very convenient, do not need to change the data structure
4. Smash performance bottlenecks to make execution faster

Disadvantage:
1. Do not provide a complex API interface
2. Usually only the key index is provided
3. Not suitable for small data processing
4. The existing product is not mature enough, most of the products are still in the start-up period

The advantages and disadvantages of relational database and NoSQL database

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.