随笔分类 -  Distributed System

摘要:- [Apache Cassandra | Apache Cassandra Documentation](https://cassandra.apache.org/_/cassandra-basics.html)- [Apache Cassandra | Apache Cassandra Docu 阅读全文
posted @ 2025-02-21 18:30 任国强 阅读(4) 评论(0) 推荐(0) 编辑
摘要:* [Apache JMeter - Apache JMeter Distributed Testing Step-by-step](https://jmeter.apache.org/usermanual/jmeter_distributed_testing_step_by_step.html) 阅读全文
posted @ 2024-02-01 09:20 任国强 阅读(6) 评论(0) 推荐(0) 编辑
摘要:* [Apache Cassandra | Apache Cassandra Documentation](https://cassandra.apache.org/_/download.html) * [Installing Cassandra on Windows](https://docs.n 阅读全文
posted @ 2024-01-26 09:40 任国强 阅读(12) 评论(0) 推荐(0) 编辑
摘要:ACID: automicity,consistency,isolation,durability。 ACID,指数据库事务正确执行的四个基本要素的缩写。. 包含:原子性(Atomicity)、一致性(Consistency)、隔离性(Isolation)、持久性(Durability)。. 一个支 阅读全文
posted @ 2022-02-22 10:58 任国强 阅读(305) 评论(0) 推荐(0) 编辑
摘要:反压通常产生于这样的场景: 短时负载高峰导致系统接收数据的速率远高于它处理数据的速率。【大量进线索,负载高峰,导致销售们跟进线索的速率跟不上进线的速率】 许多日常问题都会导致反压, 例如,垃圾回收停顿可能会导致流入的数据快速堆积,或者遇到大促或秒杀活动导致流量陡增。 反压如果不能得到正确的处理,可能 阅读全文
posted @ 2021-11-18 19:57 任国强 阅读(550) 评论(0) 推荐(0) 编辑
摘要:分布式事务选型及对比_jianchileiliang的博客-CSDN博客 https://blog.csdn.net/jianchileiliang/article/details/114286094 LCN优缺点 优点 保证数据的强一致性 缺点 可能会造成死锁的现象,比如,订单服务调用派单服务成功 阅读全文
posted @ 2021-08-10 12:08 任国强 阅读(1416) 评论(0) 推荐(0) 编辑
摘要:Apache Pulsar https://pulsar.apache.org/powered-by/ Apache Pulsar https://pulsar.apache.org/en/download/ apache/pulsar: Apache Pulsar - distributed pu 阅读全文
posted @ 2021-07-17 16:08 任国强 阅读(47) 评论(0) 推荐(0) 编辑
摘要:Oracle:《Native MySQL HA :An Introduction to InnoDB Clusters》 MySQL Group Replication: What Is It? • Group Replication library – Implementation of Repl 阅读全文
posted @ 2021-07-11 23:09 任国强 阅读(49) 评论(0) 推荐(0) 编辑
摘要:docker部署Redis6.0.6 - 简书 https://www.jianshu.com/p/d55cd371f9e1 Docker:docker搭建redis6.0.8集群 - 怒吼的萝卜 - 博客园 https://www.cnblogs.com/nhdlb/p/14299518.html 阅读全文
posted @ 2021-07-11 23:03 任国强 阅读(84) 评论(0) 推荐(0) 编辑
摘要:[MS-KILE]: Kerberos Network Authentication Service (V5) Synopsis | Microsoft Docs https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-kile 阅读全文
posted @ 2021-07-08 23:36 任国强 阅读(53) 评论(0) 推荐(0) 编辑
摘要:分布式租约机制 - 简书 https://www.jianshu.com/p/e7f1cb23ce0d 阅读全文
posted @ 2021-07-08 12:03 任国强 阅读(39) 评论(0) 推荐(0) 编辑
摘要:PS C:\Users\Administrator> docker run --name some-mysql -e MYSQL_ROOT_PASSWORD=my-secret-pw -d mysql:latest PS C:\Users\Administrator> docker run -p 1 阅读全文
posted @ 2021-07-05 17:29 任国强 阅读(156) 评论(0) 推荐(0) 编辑
摘要:和开源产品对比 - 分布式任务调度 SchedulerX - 阿里云 https://help.aliyun.com/document_detail/161984.html 分布式任务调度SchedulerX https://cn.aliyun.com/aliware/schedulerx Sche 阅读全文
posted @ 2021-06-30 16:59 任国强 阅读(1512) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/firstdream/p/6585923.html http://img0.tuicool.com/biMV3iA.png!web 阅读全文
posted @ 2021-06-24 22:48 任国强 阅读(58) 评论(0) 推荐(0) 编辑
摘要:Atomic Distributed Transactions: a RESTful Design | Architecture, Design and Web Information Systems Engineering http://design.inf.usi.ch/publications 阅读全文
posted @ 2021-06-11 23:25 任国强 阅读(60) 评论(0) 推荐(0) 编辑
摘要:Cloud design patterns - Azure Architecture Center | Microsoft Docs https://docs.microsoft.com/en-us/azure/architecture/patterns/ Saga distributed tran 阅读全文
posted @ 2021-06-11 23:16 任国强 阅读(40) 评论(0) 推荐(0) 编辑
摘要:NGAC RBAC ABAC - 国内版 Bing https://cn.bing.com/search?FORM=U227DF&PC=U227&q=NGAC+RBAC+ABAC low joker - 知乎 https://www.zhihu.com/people/lowlowlow-9 NGAC 阅读全文
posted @ 2021-06-01 10:47 任国强 阅读(470) 评论(0) 推荐(0) 编辑
摘要:https://zhuanlan.zhihu.com/p/127055198 阅读全文
posted @ 2021-03-29 23:05 任国强 阅读(85) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示