Deployed c26bc6d with MkDocs version: 1.2.3

This commit is contained in:
github-actions
2023-03-24 06:23:44 +00:00
parent ed62be6ddf
commit 6e1e7e2d52
5 changed files with 223 additions and 104 deletions

View File

@@ -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 &amp; disaster recovery. Depending on how dynamic the infrastructure is, we have a few approaches that we can take.</p>
<ol>