diff options
author | brgayazov <bulat@ydb.tech> | 2023-07-04 18:50:43 +0300 |
---|---|---|
committer | brgayazov <bulat@ydb.tech> | 2023-07-04 18:50:43 +0300 |
commit | a3954f46b4de8ebc8589e06ca5b8f4de4f417be8 (patch) | |
tree | d850bee981e6bfd5ab37d21b57466f10863fc8ea | |
parent | c4cb14df6737a0e129b42b784e42b530c9ea8cb5 (diff) | |
download | ydb-a3954f46b4de8ebc8589e06ca5b8f4de4f417be8.tar.gz |
Added YDB CLI 2.5.0 release notes and downloads
12 files changed, 62 insertions, 14 deletions
diff --git a/ydb/docs/en/core/changelog-cli.md b/ydb/docs/en/core/changelog-cli.md index 0b3ab610f5..ba17428ea3 100644 --- a/ydb/docs/en/core/changelog-cli.md +++ b/ydb/docs/en/core/changelog-cli.md @@ -2,14 +2,32 @@ # {{ ydb-short-name }} CLI changelog +## Version 2.5.0 {#2-5-0} + +Released on June 20, 2023. To update to version **2.5.0**, select the [Downloads](downloads/index.md#ydb-cli) section. + +**Features:** + +* For the `ydb import file` command, a parameter [--timeout](reference/ydb-cli/export_import/import-file.md#optional) has been added that specifies the time within which the operation should be performed on the server. +* Added a progress bar in commands [ydb scheme rmdir --recursive](reference/ydb-cli/commands/dir.md#rmdir) and [ydb import file](reference/ydb-cli/export_import/import-file.md). +* Added the command `ydb workload kv run read-rows`, which loads the database with requests to read rows using a new experimental API call ReadRows (implemented only in the [main](https://github.com/ydb-platform/ydb) branch), which performs faster key reading than [select](reference/ydb-cli/workload-kv.md#select-kv). +* New parameters `--warmup-time`, `--percentile`, `--topic` have been added to the `ydb workload topic`, setting the test warm-up time, the percentile in the statistics output and the topic name, respectively. +* Added the `ydb workload tpch` command to run the TPC-H benchmark. +* Added the `--ordered` flag in the command `ydb tools dump`, which preserves the order by primary key in tables. + +**Performance:** + +* The data loading speed in the `ydb import file` command has been increased by adding parallel loading. The number of threads is set by the new parameter [--threads](reference/ydb-cli/export_import/import-file.md#optional). +* A performance of the [ydb import file json](reference/ydb-cli/export_import/import-file.md) command has been increased by reducing the number of data copies. + ## Version 2.4.0 {#2-4-0} Released on May 24, 2023. To update to version **2.4.0**, select the [Downloads](downloads/index.md#ydb-cli) section. **Features:** -* Added the ability to upload multiple files in parallel with the command [ydb import file](reference/ydb-cli/export_import/_includes/import-file.md#multiple-files). -* Added support for deleting column tables for the command [ydb scheme rmdir --recursive](reference/ydb-cli/commands/_includes/dir.md#rmdir). +* Added the ability to upload multiple files in parallel with the command [ydb import file](reference/ydb-cli/export_import/import-file.md#multiple-files). +* Added support for deleting column tables for the command [ydb scheme rmdir --recursive](reference/ydb-cli/commands/dir.md#rmdir). * Improved stability of the command [ydb workload topic](reference/ydb-cli/workload-topic.md). ## Version 2.3.0 {#2-3-0} @@ -19,13 +37,13 @@ Release date: May 1, 2023. To update to version **2.3.0**, select the [Downloads **Features:** * Added the interactive mode of query execution. To switch to the interactive mode, run [ydb yql](reference/ydb-cli/yql.md) without arguments. This mode is experimental: backward compatibility is not guaranteed yet. -* Added the [ydb index rename](reference/ydb-cli/commands/_includes/secondary_index.md#rename) command for [atomic replacement](best_practices/secondary_indexes.md#atomic-index-replacement) or renaming of a secondary index. +* Added the [ydb index rename](reference/ydb-cli/commands/secondary_index.md#rename) command for [atomic replacement](best_practices/secondary_indexes.md#atomic-index-replacement) or renaming of a secondary index. * Added the `ydb workload topic` command for generating the load that reads messages from topics and writes messages to topics. -* Added the [--recursive](reference/ydb-cli/commands/_includes/dir.md#rmdir-options) option for the `ydb scheme rmdir` command. Use it to delete a directory recursively, with all its content. +* Added the [--recursive](reference/ydb-cli/commands/dir.md#rmdir-options) option for the `ydb scheme rmdir` command. Use it to delete a directory recursively, with all its content. * Added support for the `topic` and `coordination node` types in the [ydb scheme describe](reference/ydb-cli/commands/scheme-describe.md) command. * Added the [--commit](reference/ydb-cli/topic-read.md#osnovnye-opcionalnye-parametry) option for the `ydb topic consumer` command. Use it to commit messages you have read. -* Added the [--columns](reference/ydb-cli/export_import/_includes/import-file.md#optional) option for the `ydb import file csv|tsv` command. Use it as an alternative to the file header when specifying a column list. -* Added the [--newline-delimited](reference/ydb-cli/export_import/_includes/import-file.md#optional) option for the `ydb import file csv|tsv` command. Use it to make sure that your data is newline-free. This option streamlines import by reading data from several file sections in parallel. +* Added the [--columns](reference/ydb-cli/export_import/import-file.md#optional) option for the `ydb import file csv|tsv` command. Use it as an alternative to the file header when specifying a column list. +* Added the [--newline-delimited](reference/ydb-cli/export_import/import-file.md#optional) option for the `ydb import file csv|tsv` command. Use it to make sure that your data is newline-free. This option streamlines import by reading data from several file sections in parallel. **Bug fixes:** @@ -42,7 +60,7 @@ Release date: March 3, 2023. To update to version **2.2.0**, select the [Downloa * You can now [use a file](reference/ydb-cli/parameterized-queries-cli.md) to provide YQL query options * Password input requests are now output to `stderr` instead of `stdout`. * You can now save the root CA certificate path in a [profile](reference/ydb-cli/profile/index.md). -* Added a global option named [--profile-file](reference/ydb-cli/commands/_includes/global-options.md#service-options) to use the specified file as storage for profile settings. +* Added a global option named [--profile-file](reference/ydb-cli/commands/global-options.md#service-options) to use the specified file as storage for profile settings. * Added a new type of load testing: [ydb workload clickbench](reference/ydb-cli/workload-click-bench). ## Version 2.1.1 {#2-1-1} diff --git a/ydb/docs/en/core/downloads/_includes/ydb-cli/darwin_amd64.md b/ydb/docs/en/core/downloads/_includes/ydb-cli/darwin_amd64.md index e893ab53fd..086f62409b 100644 --- a/ydb/docs/en/core/downloads/_includes/ydb-cli/darwin_amd64.md +++ b/ydb/docs/en/core/downloads/_includes/ydb-cli/darwin_amd64.md @@ -1,5 +1,6 @@ | Version | Release date | Download | Changelog | :--- | :--- | :--- | :--- +| v.2.5.0 | 20/06/2023 | [Binary file](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.5.0/darwin/amd64/ydb) | [See the changelog](../../../changelog-cli.md#2-5-0) | | v.2.4.0 | 24/05/2023 | [Binary file](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.4.0/darwin/amd64/ydb) | [See the changelog](../../../changelog-cli.md#2-4-0) | | v.2.3.0 | 01/05/2023 | [Binary file](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.3.0/darwin/amd64/ydb) | [See the changelog](../../../changelog-cli.md#2-3-0) | | v.2.2.0 | 03/03/2023 | [Binary file](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.2.0/darwin/amd64/ydb) | [See the changelog](../../../changelog-cli.md#2-2-0) | diff --git a/ydb/docs/en/core/downloads/_includes/ydb-cli/darwin_arm64.md b/ydb/docs/en/core/downloads/_includes/ydb-cli/darwin_arm64.md index e02f7b86ce..8559ae0e05 100644 --- a/ydb/docs/en/core/downloads/_includes/ydb-cli/darwin_arm64.md +++ b/ydb/docs/en/core/downloads/_includes/ydb-cli/darwin_arm64.md @@ -1,5 +1,6 @@ | Version | Release date | Download | Changelog | :--- | :--- | :--- | :--- +| v.2.5.0 | 20/06/2023 | [Binary file](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.5.0/darwin/arm64/ydb) | [See the changelog](../../../changelog-cli.md#2-5-0) | | v.2.4.0 | 24/05/2023 | [Binary file](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.4.0/darwin/arm64/ydb) | [See the changelog](../../../changelog-cli.md#2-4-0) | | v.2.3.0 | 01/05/2023 | [Binary file](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.3.0/darwin/arm64/ydb) | [See the changelog](../../../changelog-cli.md#2-3-0) | | v.2.2.0 | 03/03/2023 | [Binary file](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.2.0/darwin/arm64/ydb) | [See the changelog](../../../changelog-cli.md#2-2-0) | diff --git a/ydb/docs/en/core/downloads/_includes/ydb-cli/linux.md b/ydb/docs/en/core/downloads/_includes/ydb-cli/linux.md index abf11e7605..431c00f005 100644 --- a/ydb/docs/en/core/downloads/_includes/ydb-cli/linux.md +++ b/ydb/docs/en/core/downloads/_includes/ydb-cli/linux.md @@ -1,5 +1,6 @@ | Version | Release date | Download | Changelog | :--- | :--- | :--- | :--- +| v.2.5.0 | 20/06/2023 | [Binary file](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.5.0/linux/amd64/ydb) | [See the changelog](../../../changelog-cli.md#2-5-0) | | v.2.4.0 | 24/05/2023 | [Binary file](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.4.0/linux/amd64/ydb) | [See the changelog](../../../changelog-cli.md#2-4-0) | | v.2.3.0 | 01/05/2023 | [Binary file](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.3.0/linux/amd64/ydb) | [See the changelog](../../../changelog-cli.md#2-3-0) | | v.2.2.0 | 03/03/2023 | [Binary file](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.2.0/linux/amd64/ydb) | [See the changelog](../../../changelog-cli.md#2-2-0) | diff --git a/ydb/docs/en/core/downloads/_includes/ydb-cli/windows.md b/ydb/docs/en/core/downloads/_includes/ydb-cli/windows.md index 78ec7e4458..79154c1623 100644 --- a/ydb/docs/en/core/downloads/_includes/ydb-cli/windows.md +++ b/ydb/docs/en/core/downloads/_includes/ydb-cli/windows.md @@ -1,5 +1,6 @@ | Version | Release date | Download | Changelog | :--- | :--- | :--- | :--- +| v.2.5.0 | 20/06/2023 | [Binary file](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.5.0/windows/amd64/ydb.exe) | [See the changelog](../../../changelog-cli.md#2-5-0) | | v.2.4.0 | 24/05/2023 | [Binary file](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.4.0/windows/amd64/ydb.exe) | [See the changelog](../../../changelog-cli.md#2-4-0) | | v.2.3.0 | 01/05/2023 | [Binary file](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.3.0/windows/amd64/ydb.exe) | [See the changelog](../../../changelog-cli.md#2-3-0) | | v.2.2.0 | 03/03/2023 | [Binary file](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.2.0/windows/amd64/ydb.exe) | [See the changelog](../../../changelog-cli.md#2-2-0) | diff --git a/ydb/docs/en/core/reference/ydb-cli/export_import/_includes/import-file.md b/ydb/docs/en/core/reference/ydb-cli/export_import/_includes/import-file.md index 8e651d7607..df2fa39811 100644 --- a/ydb/docs/en/core/reference/ydb-cli/export_import/_includes/import-file.md +++ b/ydb/docs/en/core/reference/ydb-cli/export_import/_includes/import-file.md @@ -28,12 +28,14 @@ General format of the command: ### Additional options {#optional} +* `--timeout VAL`: The time within which the operation should be completed on the server. The default value is `300s`. * `--skip-rows NUM`: A number of rows from the beginning of the file that will be skipped at import. The default value is `0`. * `--header`: Use this option if the first row (excluding the rows skipped by `--skip-rows`) includes names of data columns to be mapped to table columns. If the header row is missing, the data is mapped according to the order in the table schema. * `--delimiter STRING`: The data column delimiter character. You can't use the tabulation character as a delimiter in this option. For tab-delimited import, use the `import file tsv` subcommand. Default value: `,`. * `--null-value STRING`: The value to be imported as `NULL`. Default value: `""`. * `--batch-bytes VAL`: Split the imported file into batches of specified sizes. If a row fails to fit into a batch completely, it's discarded and added to the next batch. Whatever the batch size is, the batch must include at least one row. Default value: `1 MiB`. * `--max-in-flight VAL`: The number of data batches imported in parallel. You can increase this option value to import large files faster. The default value is `100`. +* `--threads VAL`: The maximum number of threads that load data. Default value: number of logical processors. * `--columns`: List of data columns in the file delimited by a `comma` (for `csv` format) or by a tab character (for `tsv` format). If you use the `--header` option, the column names in it will be replaced by column names from the list. If the number of columns in the list mismatches the number of data columns, you will get an error. * `--newline-delimited`: This flag guarantees that there will be no line breaks in records. If this flag is set, and the data is loaded from a file, then different upload streams will process different parts of the source file. This way you can distribute the workload across all partitions, ensuring the maximum performance when uploading sorted datasets to partitioned tables. diff --git a/ydb/docs/ru/core/changelog-cli.md b/ydb/docs/ru/core/changelog-cli.md index caab8dec45..c62c1681a1 100644 --- a/ydb/docs/ru/core/changelog-cli.md +++ b/ydb/docs/ru/core/changelog-cli.md @@ -2,14 +2,32 @@ # Список изменений {{ ydb-short-name }} CLI +## Версия 2.5.0 {#2-5-0} + +Дата выхода 20 июня 2023. Для обновления до версии **2.5.0** перейдите в раздел [Загрузки](downloads/index.md#ydb-cli). + +**Функциональность:** + +* Для команды `ydb import file` добавлен параметр [--timeout](reference/ydb-cli/export_import/import-file.md#optional), задающий время, в течение которого должна быть выполнена операция на сервере. +* Добавлен индикатор прогресса в командах [ydb scheme rmdir --recursive](reference/ydb-cli/commands/dir.md#rmdir) и [ydb import file](reference/ydb-cli/export_import/import-file.md). +* Добавлена команда `ydb workload kv run read-rows`, которая нагружает базу запросами на чтение строк, используя новый экспериментальный API вызов ReadRows (реализован только в ветке [main](https://github.com/ydb-platform/ydb)), выполняющий более быстрое чтение по ключу, чем [select](reference/ydb-cli/workload-kv.md#select-kv). +* В [ydb workload topic](reference/ydb-cli/workload-topic.md) добавлены новые параметры `--warmup-time`, `--percentile`, `--topic`, задающие время прогрева теста, процентиль в выводе статистики и имя топика соответственно. +* Добавлена команда [ydb workload tpch](reference/ydb-cli/workload-tpch.md) для запуска нагрузочного теста TPC-H. +* Добавлен флаг `--ordered` в команде [ydb tools dump](reference/ydb-cli/export_import/tools_dump.md), сохраняющий порядок по первичному ключу в таблицах. + +**Производительность:** + +* Увеличена скорость загрузки данных в команде `ydb import file` за счет добавления параллельной загрузки. Число потоков задается новым параметром [--threads](reference/ydb-cli/export_import/import-file.md#optional). +* Увеличена производительность команды [ydb import file json](reference/ydb-cli/export_import/import-file.md), за счет уменьшения числа копирований данных. + ## Версия 2.4.0 {#2-4-0} Дата выхода 24 мая 2023. Для обновления до версии **2.4.0** перейдите в раздел [Загрузки](downloads/index.md#ydb-cli). **Функциональность:** -* Добавлена возможность загрузки нескольких файлов командой [ydb import file](reference/ydb-cli/export_import/_includes/import-file.md). -* Добавлена поддержка удаления колоночных таблиц для команды [ydb scheme rmdir --recursive](reference/ydb-cli/commands/_includes/dir.md#rmdir). +* Добавлена возможность загрузки нескольких файлов командой [ydb import file](reference/ydb-cli/export_import/import-file.md). +* Добавлена поддержка удаления колоночных таблиц для команды [ydb scheme rmdir --recursive](reference/ydb-cli/commands/dir.md#rmdir). * Повышена стабильность работы команды [ydb workload topic](reference/ydb-cli/workload-topic.md). ## Версия 2.3.0 {#2-3-0} @@ -19,13 +37,13 @@ **Функциональность:** * Добавлен интерактивный режим выполнения запросов. Для перехода в интерактивный режим выполните команду [ydb yql](reference/ydb-cli/yql.md) без аргументов. Режим экспериментальный, обратная совместимость пока не гарантируется. -* Добавлена команда [ydb index rename](reference/ydb-cli/commands/_includes/secondary_index.md#rename) для [атомарной замены](best_practices/secondary_indexes.md#atomic-index-replacement) или переименования вторичного индекса. +* Добавлена команда [ydb index rename](reference/ydb-cli/commands/secondary_index.md#rename) для [атомарной замены](best_practices/secondary_indexes.md#atomic-index-replacement) или переименования вторичного индекса. * Добавлена команда `ydb workload topic` для запуска нагрузки, которая читает и записывает сообщения в топики. -* Для команды `ydb scheme rmdir` добавлен параметр [--recursive](reference/ydb-cli/commands/_includes/dir.md#rmdir-options), который позволяет рекурсивно удалить директорию вместе со всем содержимым. +* Для команды `ydb scheme rmdir` добавлен параметр [--recursive](reference/ydb-cli/commands/dir.md#rmdir-options), который позволяет рекурсивно удалить директорию вместе со всем содержимым. * Для команды [ydb scheme describe](reference/ydb-cli/commands/scheme-describe.md) добавлена поддержка типов `topic` и `coordination node`. * Для команды `ydb topic consumer` добавлен параметр [--commit](reference/ydb-cli/topic-read.md#osnovnye-opcionalnye-parametry) для подтверждения прочитанных сообщений. -* Для команды `ydb import file csv|tsv` добавлен параметр [--columns](reference/ydb-cli/export_import/_includes/import-file.md#optional), с помощью которого можно указать список колонок вместо заголовка в файле. -* Для команды `ydb import file csv|tsv` добавлен параметр [--newline-delimited](reference/ydb-cli/export_import/_includes/import-file.md#optional), который подтверждает отсутствие символа переноса строки в данных. Использование этого параметра ускоряет импорт за счет параллельного чтения из нескольких секций файла. +* Для команды `ydb import file csv|tsv` добавлен параметр [--columns](reference/ydb-cli/export_import/import-file.md#optional), с помощью которого можно указать список колонок вместо заголовка в файле. +* Для команды `ydb import file csv|tsv` добавлен параметр [--newline-delimited](reference/ydb-cli/export_import/import-file.md#optional), который подтверждает отсутствие символа переноса строки в данных. Использование этого параметра ускоряет импорт за счет параллельного чтения из нескольких секций файла. **Исправления ошибок:** @@ -42,7 +60,7 @@ * Значения параметров YQL-запросов теперь могут быть [переданы из файла](reference/ydb-cli/parameterized-queries-cli.md). * Запрос на ввод пароля теперь выводится в `stderr` вместо `stdout`. * Путь к корневому CA сертификату теперь может быть сохранен в [профиле](reference/ydb-cli/profile/index.md). -* Добавлен глобальный параметр [--profile-file](reference/ydb-cli/commands/_includes/global-options.md#service-options) для использования указанного файла в качестве хранилища для настроек профилей. +* Добавлен глобальный параметр [--profile-file](reference/ydb-cli/commands/global-options.md#service-options) для использования указанного файла в качестве хранилища для настроек профилей. * Добавлен новый тип нагрузочного тестирования [ydb workload clickbench](reference/ydb-cli/workload-click-bench). ## Версия 2.1.1 {#2-1-1} diff --git a/ydb/docs/ru/core/downloads/_includes/ydb-cli/darwin_amd64.md b/ydb/docs/ru/core/downloads/_includes/ydb-cli/darwin_amd64.md index f3c5965ff9..3b9afdd4a7 100644 --- a/ydb/docs/ru/core/downloads/_includes/ydb-cli/darwin_amd64.md +++ b/ydb/docs/ru/core/downloads/_includes/ydb-cli/darwin_amd64.md @@ -1,5 +1,6 @@ Версия | Дата выпуска | Скачать | Список изменений :--- | :--- | :--- | :--- +v.2.5.0 | 20.06.23 | [Бинарный файл](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.5.0/darwin/amd64/ydb) | [См. список](../../../changelog-cli.md#2-5-0) v.2.4.0 | 24.05.23 | [Бинарный файл](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.4.0/darwin/amd64/ydb) | [См. список](../../../changelog-cli.md#2-4-0) v.2.3.0 | 01.05.23 | [Бинарный файл](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.3.0/darwin/amd64/ydb) | [См. список](../../../changelog-cli.md#2-3-0) v.2.2.0 | 03.03.23 | [Бинарный файл](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.2.0/darwin/amd64/ydb) | [См. список](../../../changelog-cli.md#2-2-0) diff --git a/ydb/docs/ru/core/downloads/_includes/ydb-cli/darwin_arm64.md b/ydb/docs/ru/core/downloads/_includes/ydb-cli/darwin_arm64.md index 18aef58fbc..ed1742a67e 100644 --- a/ydb/docs/ru/core/downloads/_includes/ydb-cli/darwin_arm64.md +++ b/ydb/docs/ru/core/downloads/_includes/ydb-cli/darwin_arm64.md @@ -1,5 +1,6 @@ Версия | Дата выпуска | Скачать | Список изменений :--- | :--- | :--- | :--- +v.2.5.0 | 20.06.23 | [Бинарный файл](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.5.0/darwin/arm64/ydb) | [См. список](../../../changelog-cli.md#2-5-0) v.2.4.0 | 24.05.23 | [Бинарный файл](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.4.0/darwin/arm64/ydb) | [См. список](../../../changelog-cli.md#2-4-0) v.2.3.0 | 01.05.23 | [Бинарный файл](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.3.0/darwin/arm64/ydb) | [См. список](../../../changelog-cli.md#2-3-0) v.2.2.0 | 03.03.23 | [Бинарный файл](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.2.0/darwin/arm64/ydb) | [См. список](../../../changelog-cli.md#2-2-0) diff --git a/ydb/docs/ru/core/downloads/_includes/ydb-cli/linux.md b/ydb/docs/ru/core/downloads/_includes/ydb-cli/linux.md index fdee20d136..b9505f36ea 100644 --- a/ydb/docs/ru/core/downloads/_includes/ydb-cli/linux.md +++ b/ydb/docs/ru/core/downloads/_includes/ydb-cli/linux.md @@ -1,5 +1,6 @@ Версия | Дата выпуска | Скачать | Список изменений :--- | :--- | :--- | :--- +v.2.5.0 | 20.06.23 | [Бинарный файл](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.5.0/linux/amd64/ydb) | [См. список](../../../changelog-cli.md#2-5-0) v.2.4.0 | 24.05.23 | [Бинарный файл](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.4.0/linux/amd64/ydb) | [См. список](../../../changelog-cli.md#2-4-0) v.2.3.0 | 01.05.23 | [Бинарный файл](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.3.0/linux/amd64/ydb) | [См. список](../../../changelog-cli.md#2-3-0) v.2.2.0 | 03.03.23 | [Бинарный файл](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.2.0/linux/amd64/ydb) | [См. список](../../../changelog-cli.md#2-2-0) diff --git a/ydb/docs/ru/core/downloads/_includes/ydb-cli/windows.md b/ydb/docs/ru/core/downloads/_includes/ydb-cli/windows.md index 586bb731fc..c5fc6ce4fc 100644 --- a/ydb/docs/ru/core/downloads/_includes/ydb-cli/windows.md +++ b/ydb/docs/ru/core/downloads/_includes/ydb-cli/windows.md @@ -1,5 +1,6 @@ Версия | Дата выпуска | Скачать | Список изменений :--- | :--- | :--- | :--- +v.2.5.0 | 20.06.23 | [Бинарный файл](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.5.0/windows/amd64/ydb.exe) | [См. список](../../../changelog-cli.md#2-5-0) v.2.4.0 | 24.05.23 | [Бинарный файл](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.4.0/windows/amd64/ydb.exe) | [См. список](../../../changelog-cli.md#2-4-0) v.2.3.0 | 01.05.23 | [Бинарный файл](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.3.0/windows/amd64/ydb.exe) | [См. список](../../../changelog-cli.md#2-3-0) v.2.2.0 | 03.03.23 | [Бинарный файл](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.2.0/windows/amd64/ydb.exe) | [См. список](../../../changelog-cli.md#2-2-0) diff --git a/ydb/docs/ru/core/reference/ydb-cli/export_import/_includes/import-file.md b/ydb/docs/ru/core/reference/ydb-cli/export_import/_includes/import-file.md index 961b0d85f2..c3394c4291 100644 --- a/ydb/docs/ru/core/reference/ydb-cli/export_import/_includes/import-file.md +++ b/ydb/docs/ru/core/reference/ydb-cli/export_import/_includes/import-file.md @@ -28,12 +28,14 @@ ### Дополнительные параметры {#optional} +* `--timeout VAL` — время, в течение которого должна быть выполнена операция на сервере. Значение по умолчанию: `300s`. * `--skip-rows NUM` — количество строк от начала файла, которое будет пропущено при импорте. Значение по умолчанию: `0`. * `--header` — укажите этот параметр, если первая строка (исключая пропущенные при использовании параметра `--skip-rows`) содержит имена столбцов данных, которые будут сопоставлены соответствующим столбцам таблицы. Если строка заголовка не указана, данные будут сопоставлены в порядке следования столбцов в схеме таблицы. * `--delimiter STRING` — символ-разделитель столбцов данных. В этом параметре нельзя указать символ табуляции в качестве разделителя. Чтобы импортировать файл с таким разделителем, используйте подкоманду `import file tsv`. Значение по умолчанию: `,`. * `--null-value STRING` — значение, которое будет импортировано как `NULL`. Значение по умолчанию: `""`. * `--batch-bytes VAL` — разбивать загружаемый файл на пакеты указанного размера. Если строка не умещается в пакет целиком, она будет отброшена и передана в следующем пакете. При любом значении размера пакет будет состоять минимум из одной строки. Значение по умолчанию: `1 Миб`. * `--max-in-flight VAL` — количество одновременно загружаемых пакетов данных. Для ускорения импорта больших файлов можно увеличить значение этого параметра. Значение по умолчанию: `100`. +* `--threads VAL` — максимальное число потоков, выполняющих загрузку данных. Значение по умолчанию: число логических процессоров. * `--columns` — список имен столбцов данных в файле, разделенный `,` для формата `csv` или символом табуляции для формата `tsv`. Если указан параметр `--header`, переданные через него имена столбцов будут заменены именами из списка. Если число столбцов в списке не совпадает с числом столбцов в данных, будет выдана ошибка. * `--newline-delimited` — флаг гарантии отсутствия переносов строк внутри записей. Если данный флаг установлен, и загрузка производится из файла, то разные потоки загрузки будут работать с разными частями исходного файла. Это позволяет обеспечить максимальную производительность загрузки отсортированных датасетов в партицированные таблицы, за счет распределения нагрузки по всем партициям. |