Database category, database

Source: Internet
Author: User

Database category, database

Databases are divided into relational databases (relational databases emphasize the design of tables and tables based on who they are related to; you are his, he is her, and she is his; basically, we can find out who the data is. This is a relational database)

In the past, traditional databases were relational databases.

Oracle, SQLServer, Sybase, Informix, access, DB2, mysql, vfp, etc.

The Internet is basically mysql

12 years later

Non-relational databases are popular (non-relational databases emphasize the role; they don't need to be related to anyone; such as key value... Key-Value Pair storage, which is often used for caching, features that the data query efficiency in the cache is higher than that in the database. mongodb emphasizes big data storage)

Also called nosql

Nosql is also slightly subdivided.

Key-value type, list storage type, document type, and Graphic Database Type

Common redis is the key-value type.

Mongodb is a document type

Hbase is a column storage type.

 

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.