跳至主要內容

分布式

钝悟...大约 11 分钟分布式分布式

分布式

大型软件为了应对海量数据、高并发,一般都会被设计为分布式系统。

分布式系统需要解决很多不同领域的问题。

📖 内容

分布式综合

分布式理论

分布式协同

分布式调度

  • 流量控制 - 关键词:限流熔断降级计数器法时间窗口法令牌桶法漏桶法
  • 负载均衡 - 关键词:轮询随机最少连接源地址哈希一致性哈希虚拟 hash 槽
  • 服务路由 - 关键词:路由条件路由脚本路由标签路由
  • 分布式会话 - 关键词:粘性 SessionSession 复制共享基于缓存的 session 共享
  • 分布式 ID - 关键词:UUID自增序列雪花算法Leaf

分布式高可用

分布式通信

RPC

RPC 综合
Dubbo

MQ

MQ 综合
Kafka
RocketMQ
其他 MQ

分布式存储

  • 分布式缓存 - 关键词:进程内缓存分布式缓存缓存雪崩缓存穿透缓存击穿缓存更新缓存预热缓存降级
  • 读写分离
  • 分库分表 - 关键词:分片路由迁移扩容双写聚合

📚 资料

分布式理论资料

分布式理论综合资料

分布式算法资料

分布式通信资料

RPC 资料

MQ 资料

分布式存储资料

分布式系统架构资料

  • The Google File Systemopen in new window - Google 三驾马车之 GFS
  • Bigtable: A Distributed Storage System for Structured Dataopen in new window - Google 三驾马车之 BigTable
  • MapReduce: Simplifed Data Processing on Large Clustersopen in new window - Google 三驾马车之 MapReduce
  • The Chubby Lock Service for Loosely-Coupled Distributed Systems
  • Finding a Needle in Haystack: Facebook’s Photo Storage
  • Windows Azure Storage: A Highly Available Cloud Storage Service with Strong Consistency
  • Resilient Distributed Datasets: A Fault-Tolerant Abstraction for In-Memory Cluster Computing
  • Scaling Distributed Machine Learning with the Parameter Server
  • Dremel: Interactive Analysis of Web-Scale Datasets
  • Pregel: A System for Large-Scale Graph Processing
  • Spanner: Google’s Globally-Distributed Database
  • Dynamo: Amazon’s Highly Available Key-value Store
  • S4: Distributed Stream Computing Platform
  • Storm @Twitter
  • Large-scale Cluster Management at Google with Borg
  • F1 - The Fault-Tolerant Distributed RDBMS Supporting Google’s Ad Business
  • Cassandra: A Decentralized Structured Storage System
  • MegaStore: Providing Scalable, Highly Available Storage for Interactive Services
  • Dapper, a Large-Scale Distributed Systems Tracing Infrastructure
  • Kafka: A distributed Messaging System for Log Processing
  • Amazon Aurora: Design Considerations for High Throughput Cloud-Native Relational Databases

🚪 传送

◾ 💧 钝悟的 IT 知识图谱open in new window

评论
  • 按正序
  • 按倒序
  • 按热度
Powered by Waline v2.15.7