| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 42719e0 commit 4f58ffe
5 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -346,6 +346,8 @@ CAP 也就是 Consistency(一致性)、Availability(可用性)、Partiti | |||
| 346 | 346 | ||
| 347 | 347 | **BASE** 是 **Basically Available(基本可用)** 、**Soft-state(软状态)** 和 **Eventually Consistent(最终一致性)** 三个短语的缩写。BASE 理论是对 CAP 中一致性和可用性权衡的结果,其来源于对大规模互联网系统分布式实践的总结,是基于 CAP 定理逐步演化而来的,它大大降低了我们对系统的要求。 | |
| 348 | 348 | ||
| 349 | + 关于 CAP 的详细解读请看:[《BASE理论解读》](docs/system-design/high-availability/BASE理论.md)。 | ||
| 350 | + | ||
| 349 | 351 | #### 限流 | |
| 350 | 352 | ||
| 351 | 353 | 限流为了对服务端的接口接受请求的频率进行限制,防止服务挂掉。比如某一接口的请求限制为 100 个每秒, 对超过限制的请求放弃处理或者放到队列中等待处理。限流可以有效应对突发请求过多。相关阅读:[限流算法有哪些?](docs/system-design/high-availability/limit-request.md) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments