当前位置:网站首页>Redis introduction
Redis introduction
2022-07-19 08:26:00 【Illusory clarity】
1、Redis yes NoSQL A kind of database ,NoSQL(NoSQL = Not Only SQL ), meaning “ not only SQL”, A general term for a non-relational database . NoSQL It doesn't rely on business logic to store , In a simple way key-value Mode storage . Therefore, it is greatly increased The expansion ability of the database .
Non compliance SQL standard .
I won't support it ACID.
Far beyond SQL Performance of .
2、 NoSQL Applicable scenario
High concurrent reading and writing of data
Read and write massive data
High scalability of data
3、NoSQL Not applicable to the scene
Need transaction support
be based on sql Structured query storage of , Dealing with complex relationships , You need to make an ad hoc inquiry .
( Not need sql And used sql It doesn't work , Please consider using NoSql
4、NOSQL The role of database
web2.0 Time : Single server 、 Single database , Due to the increasing number of users ,CPU、 Memory and IO Are facing great pressure .
At this time redis It came into being .
(1) solve CPU And memory pressure
(2) solve IO pressure 
5、redis brief introduction 
Concrete NoSQL You can go to the official website to understand .
边栏推荐
- Why does the Fed cut interest rates benefit the digital money market in the long run? 2020-03-05
- Junit5
- [kernel] character device that drives development and learning
- Deep learning 7 deep feedforward network 2
- Ruffian Heng embedded bimonthly issue 58
- unity 自定义天空球模型防止被裁剪
- Can seaport and erc-4907 become new ways to release NFT liquidity| Tokenview
- 警惕!又一起网络钓鱼攻击事件:Uniswap被盗810万美元
- US pressure surges, tiktok changes global safety director
- No module named 'yaml' solution
猜你喜欢

Redis6 新数据类型——Geospatial

ObjectARX--自定义圆的实现

Dependency injection method

Redis介绍

依赖注入方式

微服务与微服务架构
![leetcode:287. Find the repetition number [fast and slow pointer board]](/img/4c/6278584f528f00776ed75f846edb3a.png)
leetcode:287. Find the repetition number [fast and slow pointer board]

QT related problems encountered when writing code

Visual studio production environment configuration scheme: slowcheetah

3D激光SLAM:ALOAM---帧间里程计代码解读
随机推荐
1、决策树
RestTemplate
be vigilant! Another phishing attack: uniswap stolen $8.1 million
Strategic model of behavioral model
Redis cluster
Redis新数据类型——Bitmaps
Precautions for MySQL statements
49、Mysql使用
Solution to sudo PIP install gevent installation failure
剑指 Offer 42. 连续子数组的最大和-动态规划法
How to select MCU?
如何在 Jenkins Pipeline 中使用curl 并处理响应结果
QT related problems encountered when writing code
Error received from peer ipv4/Connection reset by peer Paddleserving服务化部署后报错
一款关于日常习惯打卡的小程序
警惕!又一起网络钓鱼攻击事件:Uniswap被盗810万美元
行为型模式之策略模式
Set settings in vscode json
Talk about distributed locks
No module named 'yaml' solution