JZTXT
  • 首页
  • Ai
  • Java
  • Python
  • Android
  • Mysql
  • JavaScript
  • Html
  • CSS

[Design-Data-Intensive-Application] Scalability

发布时间 2023-09-19 11:02:28作者: ylxn

1 scale up

  • better cpu
  • better sever

2 scale out

 

Weibo / post / user / follow

1)  post

  • select post from posts join users on p.send_id = u.id join follows on f.id = u.id where cur_id = f.followee.id (read)

 

  • celebrity -> wirte posts to every follower

 

throw put. (requests / per second )

response time . (client)

latency  (sever)

 

    本栏目推荐文章
  • 2024-01-13 Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. ==》引用了未使用的方法导致
  • 【npm问题】执行npm i @ant-design/pro-cli -g报错npm ERR! code ENOTEMPTY
  • application.yml
  • 基于正则化的图自编码器在推荐算法中的应用 Application of graph auto-encoders based on regularization in recommendation algorithms
  • 使用的antd的pro-table时,遇到了两种引入方法---@ant-design/pro-components和@ant-design/pro-table的区别
  • 【Application Insights】使用Powershell命令向Application Insgihts发送测试数据
  • 【Application Insights】使用CURL命令向Application Insgihts发送测试数据
  • 简单地配置MySQL数据库application.properties
  • Ant Design pro Component 【Schema Form - JSON 表单】依赖与顺序加载问题
  • springboot项目中application.properties无法变成小树叶问题解决
版权声明:本网站为非赢利性站点,本网站所有内容均来源于互联网相关站点自动搜索采集信息,相关链接已经注明来源。
联系我们