当前位置:网站首页>Redis6 1: what problems can be solved by the introduction of NoSQL and redis?
Redis6 1: what problems can be solved by the introduction of NoSQL and redis?
2022-06-28 11:06:00 【Game programming】
Redis6
NoSQL Database introduction
1. Technology development
The classification of Technology
1、 Solve functional problems :Java、Jsp、RDBMS、Tomcat、HTML、Linux、JDBC、SVN
2、 Solve the problem of scalability :Struts、Spring、SpringMVC、Hibernate、Mybatis
3、 Solve performance problems :NoSQL、Java Threads 、Hadoop、Nginx、MQ、ElasticSearch
1.1 Web1.0 Time
Web1.0 Era , Data access is limited , Most problems can be solved by using a single point server with high performance .

1.2 Web2.0 Time
With Web2.0 The coming of the era of , The number of user visits has increased significantly , At the same time, a large amount of user data is generated . Coupled with the popularity of smart mobile devices later , All Internet platforms face huge performance challenges .

1.3 Redis solve CPU And memory pressure

session problem :
Use multiple servers , Will exist session Storage issues for
session Where it exists ?
- programme 1: There is cookie in unsafe 、 The network burden is inefficient
programme 2: Stored in a file server or database a large number of IO Low efficiency
programme 3:session Copy session data redundancy , More nodes , The greater the waste
programme 4:Redis Cache database Completely in memory , Fast , The data structure is simple
1.4 Redis solve IO pressure

author : The programmer GQ
Game programming , A game development favorite ~
If the picture is not displayed for a long time , Please use Chrome Kernel browser .
边栏推荐
- What is the function of ICMP Protocol and the principle of Ping of death attack?
- [sword finger offer] 49 Ugly number
- MytipartFile与File的相互转换
- Solve the problem of reading package listsdonebuilding dependency treereading state informationdone
- GCC简介
- Word、PDF、TXT文件实现全文内容检索需要用什么方法?
- 乌国家安全与国防委员会秘书:将对俄境内目标进行精确打击
- Katalon当中的output使用方法
- MySQL(二)
- Wireless communication module fixed-point transmission - point to multipoint specific transmission application
猜你喜欢
随机推荐
动态库(共享库)的制作和使用
SQL中的DQL、DML、DDL和DCL是怎么区分和定义的
JS基础3
GDB简介
Solve the problem of reading package listsdonebuilding dependency treereading state informationdone
Thesis reading (59):keyword based diverse image retrieval with variable multiple instance graph
soapui的菜鸟教程
JS基础6
Yann LeCun新论文:构建自动智能体之路
Katalon当中的使用循环for、while和if...else、break、continue
GEE:基于 MCD64A1 的 GlobFire 日常火灾数据集
Knowing the details of redis RDB, you can step on many holes less
零基础自学SQL课程 | IF函数
How does ETF position affect spot gold price?
线程和线程池
Download and install mysql5.7 for windows 10
GCC简介
【实战】1364- 实现一个完美的移动端瀑布流组件(附源码)
Katalon当中的output使用方法
个人买场内基金选择什么证券公司开户好,更安全









