diff options
author | stunder <stunder@ydb.tech> | 2022-07-25 11:31:45 +0300 |
---|---|---|
committer | stunder <stunder@ydb.tech> | 2022-07-25 11:31:45 +0300 |
commit | ea216b67bf587001770d6e84e7159a08c919d87e (patch) | |
tree | dd6bafc68439a74396140366e4787af98c5cf588 | |
parent | b3861a2b5b484e907b663caa5b539ea7065bb3cd (diff) | |
download | ydb-ea216b67bf587001770d6e84e7159a08c919d87e.tar.gz |
Use proper abbreviation for NVMe
-rw-r--r-- | ydb/docs/en/core/concepts/cluster/_includes/common_scheme_ydb/tablets.md | 2 | ||||
-rw-r--r-- | ydb/docs/ru/core/concepts/cluster/_includes/common_scheme_ydb/tablets.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ydb/docs/en/core/concepts/cluster/_includes/common_scheme_ydb/tablets.md b/ydb/docs/en/core/concepts/cluster/_includes/common_scheme_ydb/tablets.md index e61d3090203..a5dfb9e5a55 100644 --- a/ydb/docs/en/core/concepts/cluster/_includes/common_scheme_ydb/tablets.md +++ b/ydb/docs/en/core/concepts/cluster/_includes/common_scheme_ydb/tablets.md @@ -20,7 +20,7 @@ For BlobStorage, blobs are an opaque entity. A tablet can store several types of The tablet writes blobs of different types to different *channels*. A channel specifies the branch of storage to store blobs in and performs various functions, such as: -1. Selecting a storage type (different channels may be linked to different types of storage devices: SSD, HDD, or NVME). +1. Selecting a storage type (different channels may be linked to different types of storage devices: SSD, HDD, or NVMe). 1. Load balancing, because each channel has a limit on IOPS, available space and bandwidth. 1. Specifying the data type. When restoring the log, only the blobs from the null channel are read, which lets you distinguish them from other blobs. diff --git a/ydb/docs/ru/core/concepts/cluster/_includes/common_scheme_ydb/tablets.md b/ydb/docs/ru/core/concepts/cluster/_includes/common_scheme_ydb/tablets.md index 275def47c75..4b7b11e5d46 100644 --- a/ydb/docs/ru/core/concepts/cluster/_includes/common_scheme_ydb/tablets.md +++ b/ydb/docs/ru/core/concepts/cluster/_includes/common_scheme_ydb/tablets.md @@ -20,7 +20,7 @@ Блобы разных типов таблетка пишет в разные *каналы*. Канал указывает ветвь хранилища, в которой следует хранить блобы, и выполняет несколько функций, а именно: -1. Выбор типа хранилища (разные каналы могут быть привязаны к разным типам устройств — SSD, HDD, NVME). +1. Выбор типа хранилища (разные каналы могут быть привязаны к разным типам устройств — SSD, HDD, NVMe). 1. Балансировка нагрузки, т.к. каждый канал имеет лимит от IOPS, доступному месту и пропускной способности. 1. Указание типа данных. При восстановлении лога читаются только блобы из нулевого канала, что позволяет отделить их от прочих блобов. |