会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
liuchuan.qew
博客园
首页
新随笔
联系
订阅
管理
2023年4月21日
读书笔记 - 《Monolith to Microservices》
摘要: 如果你的产品目前是B/S或者C/S架构,想要考虑重构成微服务,这本书绝对是一个很好的参考,作者通过自己的实践经历,详述了以下几个方面: 不要因为别人都做微服务,你就想要把自己的系统转成微服务,首先需要分析自己系统碰到的问题,找到最适合的解决办法,微服务不是万能的,不能解决所有问题 考虑微服务提供的灵
阅读全文
posted @ 2023-04-21 16:34 liuchuan.qew
阅读(34)
评论(0)
推荐(0)
2021年12月31日
Isolation Levels and Locking
摘要: Concurrency Concurrency can be defined as the ability of multiple processes to access or change shared data at the same time. **Pessimistic (悲观)**conc
阅读全文
posted @ 2021-12-31 11:22 liuchuan.qew
阅读(49)
评论(0)
推荐(0)
公告