当前位置:网站首页>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 .
边栏推荐
- Redis常用数据类型——Redis列表(List)和Redis 集合(Set)
- Leetcode daily question 2021/7/11-2021/7/17
- Viewing the technology stack of distributed system from the crash report of station B
- OpenCV极坐标转换函数warpPolar的使用
- How to convert STR in read list to float
- Gateway新一代网关
- Eureka基础知识
- Eureka自我保护
- WVPPRO-ZLM-GB21818-摄像头
- ObjectARX--自定义圆的实现
猜你喜欢

How does the V8 engine recycle garbage memory?

visual studio 2022(VS 2022)无法读取内存的问题

Visual studio production environment configuration scheme: slowcheetah

Use of OpenCV polar transformation function warppolar

3D激光SLAM:ALOAM---帧间里程计代码解读

Redis常用数据类型——Redis列表(List)和Redis 集合(Set)

Junit5
![[C # variable constant keyword] - variable constants and keywords in C #](/img/9b/433f9110d9c7599d8beac8288ea409.png)
[C # variable constant keyword] - variable constants and keywords in C #

聊聊分布式锁

History and value of forked coins | eth, BCH, BSV 2020-03-08
随机推荐
Array exercise 3
【Kernel】驱动开发学习之字符设备
Dependency injection method
Quanzhi v3s learning record (13) use of ov2640
SPARK中的FileSourceStrategy,DataSourceStrategy以及DataSourceV2Strategy
mySQL 2502 2503错误
【flask入门系列】异常处理
SPARK闲杂--为什么复用Exchange和subquery
leetcode:287. Find the repetition number [fast and slow pointer board]
ansible自动化运维详解(四)ansible中playbook的编写使用、执行命令及实例演示
警惕!又一起网络钓鱼攻击事件:Uniswap被盗810万美元
Openpyxl copy sheet pages across workbooks
[C console] - C console class
Viewing the technology stack of distributed system from the crash report of station B
黑马程序员-软件测试-16阶段3-功能测试-175-198,URL组成介绍,请求内容以及组成说明行功能测试与数据库,url组成扩展说明,客户端与服务器请求与响应,-Fiddler按照以及功能检查确认,
Enjoy JVM -- knowledge about GC garbage collection
Eureka基础知识
Visual studio 2022 (vs 2022) cannot read memory
5.1 安全漏洞与防范
Great summary! Finally, someone explained all kinds of SQL join connections clearly