diff --git a/courses/databases_nosql/key_concepts.md b/courses/databases_nosql/key_concepts.md index f9f8fcd..0dfa7ea 100644 --- a/courses/databases_nosql/key_concepts.md +++ b/courses/databases_nosql/key_concepts.md @@ -80,10 +80,10 @@ When the amount of data crosses the capacity of a single node, we need to think -

>>>>> gd2md-html alert: inline image link here (to images/image2.png). Store image on your image server and adjust path/filename/extension if necessary.
(Back to top)(Next alert)
>>>>>

+


(Back to top)(Next alert)
>>>>>

-![alt_text](images/image2.png "image_tooltip") +![alt_text]( images\database_sharding.png "Sharding") ** Sharding example** @@ -120,10 +120,10 @@ Say that our hash function h() generates a 32-bit integer. Then, to determine to -

>>>>> gd2md-html alert: inline image link here (to images/image3.png). Store image on your image server and adjust path/filename/extension if necessary.
(Back to top)(Next alert)
>>>>>

+

images\consistent_hashing.png

-![alt_text](images/image3.png "image_tooltip") +![alt_text]( images\consistent_hashing.png "Consistent Hashing") Consistent hashing illustration