Skip to content

Instantly share code, notes, and snippets.

@ideawu
Created January 5, 2021 07:55
Show Gist options
  • Save ideawu/f0e8673043b48b1611c7a3d0b07fffca to your computer and use it in GitHub Desktop.
Save ideawu/f0e8673043b48b1611c7a3d0b07fffca to your computer and use it in GitHub Desktop.
数据库需求
  • 一致性
    • 多副本, 区域强一致
    • 全球同步, 最终一致
  • 高可用(自动化地应对故障)
    • 机器故障检测, 换路由重试
    • 单次请求故障检测, 重试(如果可以重试)
  • 大容量(可能性, 大部分情况当前不需要, 但不排除未来需要)
    • 可利用硬盘
    • 数据 sharding
  • 云服务
    • 申请即使用
    • 服务配额
  • 事务能力
    • 区域内事务处理
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment