Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
system-design-primer
Commits
594a11a7
Unverified
Commit
594a11a7
authored
Nov 01, 2025
by
Pranjit Medhi
Committed by
GitHub
Oct 31, 2025
Browse files
Fix broken CAP theorem link #1160 (#1161)
parent
683bdb16
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
594a11a7
...
...
@@ -442,7 +442,7 @@ Generally, you should aim for **maximal throughput** with **acceptable latency**
<p
align=
"center"
>
<img
src=
"images/bgLMI2u.png"
>
<br/>
<i><a
href=
http://robertgreiner.com/
2014/08/
cap-theorem-revisited
>
Source: CAP theorem revisited
</a></i>
<i><a
href=
"
http
s
://robertgreiner.com/cap-theorem-revisited
"
>
Source: CAP theorem revisited
</a></i>
</p>
In a distributed computer system, you can only support two of the following guarantees:
...
...
@@ -465,7 +465,7 @@ AP is a good choice if the business needs to allow for [eventual consistency](#e
### Source(s) and further reading
*
[
CAP theorem revisited
](
http://robertgreiner.com/
2014/08/
cap-theorem-revisited/
)
*
[
CAP theorem revisited
](
http
s
://robertgreiner.com/cap-theorem-revisited/
)
)
*
[
A plain english introduction to CAP theorem
](
http://ksat.me/a-plain-english-introduction-to-cap-theorem
)
*
[
CAP FAQ
](
https://github.com/henryr/cap-faq
)
*
[
The CAP theorem
](
https://www.youtube.com/watch?v=k-Yaq8AHlFA
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment