diff --git a/README-ru.md b/README-ru.md index acfb077b..8b54f5bb 100644 --- a/README-ru.md +++ b/README-ru.md @@ -1784,7 +1784,7 @@ l10n:p -->


- Source: Scaling up to your first 10 million users + Source: Scaling up to your first 10 million users

l10n:p --> @@ -1793,7 +1793,7 @@ l10n:p -->


- Источник: Scaling up to your first 10 million users + Source: Scaling up to your first 10 million users


- Source: Scaling up to your first 10 million users + Source: Scaling up to your first 10 million users

Federation (or functional partitioning) splits up databases by function. For example, instead of a single, monolithic database, you could have three databases: **forums**, **users**, and **products**, resulting in less read and write traffic to each database and therefore less replication lag. Smaller databases result in more data that can fit in memory, which in turn results in more cache hits due to improved cache locality. With no single central master serializing writes you can write in parallel, increasing throughput. @@ -1951,7 +1951,7 @@ l10n:p -->


- Source: Scaling up to your first 10 million users + Source: Scaling up to your first 10 million users

Федерализация (или функциональное разделение) разбивает базы данных по функциям. Например, вместо одной монолитной базы данных, можно создать три отдельных базы данных: @@ -1976,12 +1976,12 @@ l10n:p --> ##### Источники и дополнительные ссылки -* [Scaling up to your first 10 million users](https://www.youtube.com/watch?v=w95murBkYmU) +* [Scaling up to your first 10 million users](https://www.youtube.com/watch?v=kKjm4ehYiMs) ##### Источники и дополнительные ссылки по SQL or NoSQL -* [Scaling up to your first 10 million users](https://www.youtube.com/watch?v=w95murBkYmU) +* [Scaling up to your first 10 million users](https://www.youtube.com/watch?v=kKjm4ehYiMs) * [SQL vs NoSQL differences](https://www.sitepoint.com/sql-vs-nosql-differences/)