Home > Database > Redis > body text

Introduction to redis learning and the four major classifications of NoSQL databases

coldplay.xixi
Release: 2021-02-05 17:42:20
forward
3175 people have browsed it

Introduction to redis learning and the four major classifications of NoSQL databases

Recommended (free): redis

KV key-value pair

Sina: BerkeleyDB Redis
Meituan: Redis tair
Alibaba, Baidu: memcache Redis

Document database (more bson format)

CouchDB
MongoDB is equivalent to Mysql
MongoDB is a database based on distributed file storage. Written in C language. Designed to provide scalable, high-performance data storage solutions for WEB applications.
MongoDB is a product between a relational database and a non-relational database. It is the most feature-rich among non-relational databases and is most like a relational database.

Column storage database

Cassandra, HBase
Distributed file system

Graph relational database

It is not for graphics, but for relationships, such as: friend circle social network, advertising recommendation system
Social network, recommendation system. Focus on building relationship graphs
Neo4j, InfoGrid

Four comparisons

Introduction to redis learning and the four major classifications of NoSQL databases

The above is the detailed content of Introduction to redis learning and the four major classifications of NoSQL databases. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:csdn.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template