Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions ydb/docs/en/core/concepts/topology.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ The following {{ ydb-short-name }} distributed storage operating modes are avail

![mirror-3-dc topology](./_assets/mirror-3-dc.drawio.png)

{% note info %}

In the ` mirror-3-dc` operating mode, when leaving the fault model, the data becomes unavailable for both writing and reading.

{% endnote %}

- `block-4-2`. [Erasure coding](https://en.wikipedia.org/wiki/Erasure_code) is applied with two blocks of redundancy added to the four blocks of source data. Storage nodes are placed in at least 8 failure domains (usually racks). {{ ydb-short-name }} cluster remains available if any two domains fail, continuing to record all 6 data parts in the remaining domains. This mode is recommended for clusters deployed within a single availability zone or data center.

![block-4-2 topology](./_assets/block-4-2.drawio.png)
Expand Down
6 changes: 6 additions & 0 deletions ydb/docs/ru/core/concepts/topology.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@

![топология mirror-3-dc](./_assets/mirror-3-dc.drawio.png)

{% note info %}

В режиме работы `mirror-3-dc` при выходе за пределы модели отказа данные становятся недоступны и на запись, и на чтение.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

А почему это замечание про mirror-3-dc? А что, в других топологиях иначе?


{% endnote %}

- `block-4-2`. Избыточность по схеме [стирающего кода](https://ru.wikipedia.org/wiki/Стирающий_код). На каждые 4 блока исходных данных формируются 2 дополнительных блока с кодами избыточности. Узлы хранения размещаются как минимум в 8 доменах отказа (обычно серверных стойках). Кластер {{ ydb-short-name }} остаётся полностью доступным при недоступности двух любых доменов отказа, продолжая записывать все 6 частей данных в оставшихся доменах. Этот режим рекомендуется для кластеров, размещённых в одном дата-центре или зоне доступности.

![топология block-4-2](./_assets/block-4-2.drawio.png)
Expand Down