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
f6b7d3c8
Commit
f6b7d3c8
authored
Feb 07, 2018
by
Christopher
Committed by
Donne Martin
Feb 07, 2018
Browse files
Update master-slave section anchor (#129)
parent
ca674d8b
Changes
4
Hide whitespace changes
Inline
Side-by-side
solutions/system_design/query_cache/README.md
View file @
f6b7d3c8
...
...
@@ -247,7 +247,7 @@ To handle the heavy request load and the large amount of memory needed, we'll sc
### SQL scaling patterns
*
[
Read replicas
](
https://github.com/donnemartin/system-design-primer#master-slave
)
*
[
Read replicas
](
https://github.com/donnemartin/system-design-primer#master-slave
-replication
)
*
[
Federation
](
https://github.com/donnemartin/system-design-primer#federation
)
*
[
Sharding
](
https://github.com/donnemartin/system-design-primer#sharding
)
*
[
Denormalization
](
https://github.com/donnemartin/system-design-primer#denormalization
)
...
...
solutions/system_design/scaling_aws/README.md
View file @
f6b7d3c8
...
...
@@ -344,7 +344,7 @@ We can further separate out our [**Application Servers**](https://github.com/don
### SQL scaling patterns
*
[
Read replicas
](
https://github.com/donnemartin/system-design-primer#master-slave
)
*
[
Read replicas
](
https://github.com/donnemartin/system-design-primer#master-slave
-replication
)
*
[
Federation
](
https://github.com/donnemartin/system-design-primer#federation
)
*
[
Sharding
](
https://github.com/donnemartin/system-design-primer#sharding
)
*
[
Denormalization
](
https://github.com/donnemartin/system-design-primer#denormalization
)
...
...
solutions/system_design/social_graph/README.md
View file @
f6b7d3c8
...
...
@@ -290,7 +290,7 @@ Below are further optimizations:
### SQL scaling patterns
*
[
Read replicas
](
https://github.com/donnemartin/system-design-primer#master-slave
)
*
[
Read replicas
](
https://github.com/donnemartin/system-design-primer#master-slave
-replication
)
*
[
Federation
](
https://github.com/donnemartin/system-design-primer#federation
)
*
[
Sharding
](
https://github.com/donnemartin/system-design-primer#sharding
)
*
[
Denormalization
](
https://github.com/donnemartin/system-design-primer#denormalization
)
...
...
solutions/system_design/web_crawler/README.md
View file @
f6b7d3c8
...
...
@@ -294,7 +294,7 @@ Below are a few other optimizations to the **Crawling Service**:
### SQL scaling patterns
*
[
Read replicas
](
https://github.com/donnemartin/system-design-primer#master-slave
)
*
[
Read replicas
](
https://github.com/donnemartin/system-design-primer#master-slave
-replication
)
*
[
Federation
](
https://github.com/donnemartin/system-design-primer#federation
)
*
[
Sharding
](
https://github.com/donnemartin/system-design-primer#sharding
)
*
[
Denormalization
](
https://github.com/donnemartin/system-design-primer#denormalization
)
...
...
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