Width fixes
parent
2bcc41cbb5
commit
154663f370
13
README-he.md
13
README-he.md
|
@ -1472,7 +1472,7 @@ Workers בשכבת האפליקציה מסייעים גם [לא-סינכרוני
|
||||||
#### אחסון Wide Column
|
#### אחסון Wide Column
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="images/n16iOGk.png", width="40%">
|
<img src="images/n16iOGk.png", width="60%">
|
||||||
<br/>
|
<br/>
|
||||||
<i><a href=http://blog.grio.com/2015/11/sql-nosql-a-brief-history.html>Source: SQL & NoSQL, a brief history</a></i>
|
<i><a href=http://blog.grio.com/2015/11/sql-nosql-a-brief-history.html>Source: SQL & NoSQL, a brief history</a></i>
|
||||||
</p>
|
</p>
|
||||||
|
@ -1502,7 +1502,7 @@ Workers בשכבת האפליקציה מסייעים גם [לא-סינכרוני
|
||||||
#### אחסון Graph
|
#### אחסון Graph
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="images/fNcl65g.png", width="40%">
|
<img src="images/fNcl65g.png", width="50%">
|
||||||
<br/>
|
<br/>
|
||||||
<i><a href=https://en.wikipedia.org/wiki/File:GraphDatabase_PropertyGraph.png>Source: Graph database</a></i>
|
<i><a href=https://en.wikipedia.org/wiki/File:GraphDatabase_PropertyGraph.png>Source: Graph database</a></i>
|
||||||
</p>
|
</p>
|
||||||
|
@ -1666,7 +1666,7 @@ Workers בשכבת האפליקציה מסייעים גם [לא-סינכרוני
|
||||||
#### אסטרטגיית Cache-Aside
|
#### אסטרטגיית Cache-Aside
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="images/ONjORqk.png", width="60%">
|
<img src="images/ONjORqk.png", width="40%">
|
||||||
<br/>
|
<br/>
|
||||||
<i><a href=http://www.slideshare.net/tmatyashovsky/from-cache-to-in-memory-data-grid-introduction-to-hazelcast>Source: From cache to in-memory data grid</a></i>
|
<i><a href=http://www.slideshare.net/tmatyashovsky/from-cache-to-in-memory-data-grid-introduction-to-hazelcast>Source: From cache to in-memory data grid</a></i>
|
||||||
</p>
|
</p>
|
||||||
|
@ -1703,7 +1703,7 @@ def get_user(self, user_id):
|
||||||
#### אסטרטגיית Write-Through
|
#### אסטרטגיית Write-Through
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="images/0vBc0hN.png", width="60%">
|
<img src="images/0vBc0hN.png", width="40%">
|
||||||
<br/>
|
<br/>
|
||||||
<i><a href=http://www.slideshare.net/jboner/scalability-availability-stability-patterns/>Source: Scalability, availability, stability, patterns</a></i>
|
<i><a href=http://www.slideshare.net/jboner/scalability-availability-stability-patterns/>Source: Scalability, availability, stability, patterns</a></i>
|
||||||
</p>
|
</p>
|
||||||
|
@ -1742,7 +1742,7 @@ def set_user(user_id, values):
|
||||||
#### אסטרטגיית Write-Behind/Back
|
#### אסטרטגיית Write-Behind/Back
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="images/rgSrvjG.png", width="60%">
|
<img src="images/rgSrvjG.png", width="40%">
|
||||||
<br/>
|
<br/>
|
||||||
<i><a href=http://www.slideshare.net/jboner/scalability-availability-stability-patterns/>Source: Scalability, availability, stability, patterns</a></i>
|
<i><a href=http://www.slideshare.net/jboner/scalability-availability-stability-patterns/>Source: Scalability, availability, stability, patterns</a></i>
|
||||||
</p>
|
</p>
|
||||||
|
@ -1763,7 +1763,7 @@ def set_user(user_id, values):
|
||||||
#### אסטרטגיית Refresh-Ahead
|
#### אסטרטגיית Refresh-Ahead
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="images/kxtjqgE.png", width="60%">
|
<img src="images/kxtjqgE.png", width="40%">
|
||||||
<br/>
|
<br/>
|
||||||
<i><a href=http://www.slideshare.net/tmatyashovsky/from-cache-to-in-memory-data-grid-introduction-to-hazelcast>Source: From cache to in-memory data grid</a></i>
|
<i><a href=http://www.slideshare.net/tmatyashovsky/from-cache-to-in-memory-data-grid-introduction-to-hazelcast>Source: From cache to in-memory data grid</a></i>
|
||||||
</p>
|
</p>
|
||||||
|
@ -1798,4 +1798,3 @@ def set_user(user_id, values):
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue