diff options
author | anton-bobkov <anton-bobkov@yandex-team.ru> | 2025-06-05 16:24:10 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-05 13:24:10 +0000 |
commit | fcc23190c9271e44a3b96e1f4a5978f61f3e9f10 (patch) | |
tree | b8fc453e8cca9fd16ed9d7348e6b8e4ac3a6b1b6 | |
parent | 833abc593b6ae6bbc98f52154db5a8f2cf6e4aff (diff) | |
download | ydb-fcc23190c9271e44a3b96e1f4a5978f61f3e9f10.tar.gz |
Removed a link to a missing document (#19363)
-rw-r--r-- | ydb/docs/en/core/changelog-cli.md | 2 | ||||
-rw-r--r-- | ydb/docs/ru/core/changelog-cli.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ydb/docs/en/core/changelog-cli.md b/ydb/docs/en/core/changelog-cli.md index 2c0bebe00a8..9706016cad6 100644 --- a/ydb/docs/en/core/changelog-cli.md +++ b/ydb/docs/en/core/changelog-cli.md @@ -7,7 +7,7 @@ Released on June 4, 2025. To update to version **2.22.0**, select the [Downloads ### Features * Added scheme object names completion in interactive mode. -* Enhanced the capabilities of the `{{ ydb-cli }} workload query` [command](./reference/ydb-cli/workload-query.md): added `{{ ydb-cli }} workload query init`, `{{ ydb-cli }} workload query import`, and `{{ ydb-cli }} workload query clean` commands, and modified the `{{ ydb-cli }} workload query run` command. Using these commands, you can initialize tables, populate them with data, perform load testing, and clean up the data afterwards. +* Enhanced the capabilities of the `{{ ydb-cli }} workload query` command: added `{{ ydb-cli }} workload query init`, `{{ ydb-cli }} workload query import`, and `{{ ydb-cli }} workload query clean` commands, and modified the `{{ ydb-cli }} workload query run` command. Using these commands, you can initialize tables, populate them with data, perform load testing, and clean up the data afterwards. * Added the `--threads` option to the `{{ ydb-cli }} workload clickbench run`, `{{ ydb-cli }} workload tpch run`, and `{{ ydb-cli }} workload tpcds run` [commands](./reference/ydb-cli/workload-click-bench.md). This option allows to specify the number of threads sending the queries. * **_(Requires server v25.1+)_** **_(Experimental)_** Added the `{{ ydb-cli }} admin cluster config version` [command](./reference/ydb-cli/commands/configuration/cluster/index.md#list) to show the configuration version (V1/V2) on nodes. diff --git a/ydb/docs/ru/core/changelog-cli.md b/ydb/docs/ru/core/changelog-cli.md index d62b19ef3f8..246d37bb8fd 100644 --- a/ydb/docs/ru/core/changelog-cli.md +++ b/ydb/docs/ru/core/changelog-cli.md @@ -7,7 +7,7 @@ ### Функциональность * Добавлено автодополнение имён схемных объектов в интерактивном режиме. -* Расширены возможности [команды](./reference/ydb-cli/workload-query.md) `{{ ydb-cli }} workload query`: добавлены команды `{{ ydb-cli }} workload query init`, `{{ ydb-cli }} workload query import` и `{{ ydb-cli }} workload query clean` и изменена команда `{{ ydb-cli }} workload query run`. Пользуясь ими можно инициализировать таблицы, заполнить их данными, провести нагрузочное тестирование и очистить данные за собой. +* Расширены возможности команды `{{ ydb-cli }} workload query`: добавлены команды `{{ ydb-cli }} workload query init`, `{{ ydb-cli }} workload query import` и `{{ ydb-cli }} workload query clean` и изменена команда `{{ ydb-cli }} workload query run`. Пользуясь ими можно инициализировать таблицы, заполнить их данными, провести нагрузочное тестирование и очистить данные за собой. * В [команды](./reference/ydb-cli/workload-click-bench.md) `{{ ydb-cli }} workload clickbench run`, `{{ ydb-cli }} workload tpch run`, `{{ ydb-cli }} workload tpcds run` добавлена опция `--threads`, позволяющая указывать количество потоков для отправки запросов. * **_(Требуется сервер v25.1+)_** **_(Экспериментально)_** Добавлена [команда](./reference/ydb-cli/commands/configuration/cluster/index.md#list) `{{ ydb-cli }} admin cluster config version` для отображения версии конфигурации (V1/V2) на узлах. |