Skip to content

Commit 72dbbd4

Browse files
authored
[Backport stable-25-2] [docs] Edited indexes description ru (#27775)
2 parents 06380f8 + b18adeb commit 72dbbd4

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

ydb/docs/en/core/yql/reference/syntax/_includes/index_grammar_explanation.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@
44
* `LOCAL` — a local index within a shard of a row-oriented or column-oriented table. Does not require distributed transactions for updates, but does not provide pruning during search.
55

66
* `<index_name>` — unique index name that will be used to access data.
7-
* `SYNC/ASYNC` — synchronous or asynchronous writes to the index, synchronous by default.
8-
* `<index_type>` - index type, currently supported:
7+
* `SYNC/ASYNC` — the index synchronization mode.
8+
9+
* `SYNC` — a [synchronous](../../../../concepts/secondary_indexes.md#sync) index. This is the default value.
10+
* `ASYNC` — an [asynchronous](../../../../concepts/secondary_indexes.md#async) index.
11+
12+
* `<index_type>` — index type, currently supported:
913

1014
* `secondary` — secondary index. Only `GLOBAL` is available. This is the default value.
1115
* `vector_kmeans_tree` — vector index. Described in detail in [{#T}](../create_table/vector_index.md).

ydb/docs/ru/core/yql/reference/syntax/_includes/index_grammar_explanation.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
* `LOCAL` — локальный индекс в рамках шарда колоночной или строковой таблицы, не требует распределённых транзакций при обновлении, однако не обеспечивает прюнинг при поиске.
55

66
* `<index_name>` — уникальное имя индекса, по которому будет возможно обращение к данным.
7-
* `SYNC/ASYNC` — синхронная или асинхронная запись в индекс. По умолчанию синхронная.
7+
* `SYNC/ASYNC` — признак синхронности индекса.
8+
9+
* `SYNC` - [синхронный](../../../../concepts/secondary_indexes.md#sync) индекс. Значение по умолчанию.
10+
* `ASYNC` - [асинхронный](../../../../concepts/secondary_indexes.md#async) индекс.
11+
812
* `<index_type>` - тип индекса, в настоящее время поддерживаются:
913

1014
* `secondary` — вторичный индекс. Доступен только `GLOBAL`. Является значением по умолчанию.

0 commit comments

Comments
 (0)