当前位置:网站首页>Single architecture system re architecture
Single architecture system re architecture
2022-04-23 15:39:00 【dengk2013】
1. Try to cache the data in redis in , Avoid increasing the pressure of background server by real-time operation
2. To modify the database ,redis, Application for monitoring
3. Try to use distributed architecture , Convenient for horizontal expansion
4. Bandwidth problem in the computer room , If the bandwidth of the single room is insufficient , More computer rooms should be used to reduce the pressure
5. Multi level cache architecture design
6. Key middleware components shall be deployed in clusters as much as possible
7. The QR code is generated on the client
Two . My architecture design model
3: How to calculate how many servers are needed
Need to be deployed web Number of nodes =( Population average QPS*20)/( stand-alone QPS Average *80%)
Estimate the average QPS= Urban population ( Apart from the elderly and children )*12/(16*3600)
1000W*12/16/3600=2083
2083*20/(2000*0.8)=26 Servers
Total bandwidth :2083*(1kb/1024)*8=325M
redis Memory : 1000w*(1/1024)/4=2441/1024=2.38G
For thousands M The network card bandwidth is also completely OK ,
redis Fully withstand
版权声明
本文为[dengk2013]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231537380385.html
边栏推荐
- 单体架构系统重新架构
- Cookie&Session
- pywintypes.com_error: (-2147221020, ‘无效的语法‘, None, None)
- 移动app软件测试工具有哪些?第三方软件测评小编分享
- 机器学习——逻辑回归
- Explanation 2 of redis database (redis high availability, persistence and performance management)
- Mysql database explanation (8)
- 网站压测工具Apache-ab,webbench,Apache-Jemeter
- Mysql database explanation (10)
- Collation of errors encountered in the use of redis shake
猜你喜欢
网站建设与管理的基本概念
Explanation 2 of redis database (redis high availability, persistence and performance management)
导入地址表分析(根据库文件名求出:导入函数数量、函数序号、函数名称)
携号转网最大赢家是中国电信,为何人们嫌弃中国移动和中国联通?
Mobile finance (for personal use)
时序模型:门控循环单元网络(GRU)
CAP定理
考试考试自用
Krpano panorama vtour folder and tour
cadence SPB17. 4 - Active Class and Subclass
随机推荐
What exactly does the distributed core principle analysis that fascinates Alibaba P8? I was surprised after reading it
What if the package cannot be found
Do keyword search, duplicate keyword search, or do not match
Detailed explanation of kubernetes (XI) -- label and label selector
【递归之数的拆分】n分k,限定范围的拆分
Summary of interfaces for JDBC and servlet to write CRUD
MySQL InnoDB transaction
What are the mobile app software testing tools? Sharing of third-party software evaluation
Explanation of redis database (IV) master-slave replication, sentinel and cluster
导入地址表分析(根据库文件名求出:导入函数数量、函数序号、函数名称)
PHP PDO ODBC loads files from one folder into the blob column of MySQL database and downloads the blob column to another folder
pgpool-II 4.3 中文手册 - 入门教程
CVPR 2022 优质论文分享
为啥禁用外键约束
MySQL集群模式與應用場景
开源项目推荐:3D点云处理软件ParaView,基于Qt和VTK
c语言---字符串+内存函数
2022年中国数字科技专题分析
怎么看基金是不是reits,通过银行购买基金安全吗
mysql乐观锁解决并发冲突