SQL is the main trunk. Why do I understand it this way: From a technical perspective
When to introduce NoSQL Let's first look at the process of sql -> sql + nosql. https://www.jb51.net/article/79236.htm Why use NoSQL These nosql? For the Java language:
My idea: In terms of Java language:
The NoSQL Era There are already many NoSQL databases, such as MongoDB, Redis, Riak, HBase, Cassandra, etc. Each one has one of the following characteristics:
Applicable scenarios Store user information, such as sessions, profiles, parameters, shopping carts, etc. This information is usually associated with an ID (key), and a key-value database is a good choice in this scenario. Not applicable scenarios 1) Instead of querying by key, query by value. There is no way to query by value in the Key-Value database. 2) The relationship between data needs to be stored. In a Key-Value database, data cannot be associated by two or more keys. 3) Transaction support. Rollback is not possible when a failure occurs in the Key-Value database. Summarize The above is the full content of this article. I hope that the content of this article will have certain reference learning value for your study or work. Thank you for your support of 123WORDPRESS.COM. If you want to learn more about this, please check out the following links You may also be interested in:
|
<<: Vue.js implements image switching function
>>: Two ways to install Python3 on Linux servers
Friends who are learning HTML, CSS and JS front-e...
If the server's images are hotlinked by other...
1. Compile proto Create a new proto folder under ...
MySQL 5.7.9 version sql_mode=only_full_group_by i...
When developing a project, you will often encount...
Editor: This article discusses the role that inte...
Baidu Cloud Disk: Link: https://pan.baidu.com/s/1...
First of all, we know that this effect should be ...
Table of contents Preface step Preface Today I fo...
First of all, you need to understand why you use ...
Problem Description When using Windows Server 201...
Table of contents Water wave effect Let's see...
1. Table structure TABLE person id name 1 you 2 Y...
rm Command The rm command is a command that most ...
There are some tags in XHTML that have similar fu...