mirror of
https://github.com/linkedin/school-of-sre
synced 2026-01-20 15:38:03 +00:00
Deployed c26bc6d with MkDocs version: 1.2.3
This commit is contained in:
@@ -2283,7 +2283,7 @@ Web caching
|
||||
<li>No dependency on synchronized clocks</li>
|
||||
<li>No total ordering of revision nos required for casual reasoning </li>
|
||||
</ol>
|
||||
<p>No need to store and maintain multiple versions of the data on different nodes.<strong> </strong></p>
|
||||
<p>No need to store and maintain multiple versions of the data on different nodes.** **</p>
|
||||
<h3 id="partitioning">Partitioning</h3>
|
||||
<p>When the amount of data crosses the capacity of a single node, we need to think of splitting data, creating replicas for load balancing & disaster recovery. Depending on how dynamic the infrastructure is, we have a few approaches that we can take.</p>
|
||||
<ol>
|
||||
|
||||
Reference in New Issue
Block a user