aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbazeltsev <bazeltsev@ydb.tech>2023-06-09 18:07:52 +0300
committerbazeltsev <bazeltsev@ydb.tech>2023-06-09 18:07:52 +0300
commit48dd35ff8908f1af43854e049b24fa36f919fee9 (patch)
tree98ee1dc80d83ca257e17d98e38f466511b03e399
parentb2f1df9368a06c27dfed79ecd6c048e4dc6856a0 (diff)
downloadydb-48dd35ff8908f1af43854e049b24fa36f919fee9.tar.gz
Added YDB CLI realese notes
updated
-rw-r--r--ydb/docs/en/core/changelog-cli.md22
-rw-r--r--ydb/docs/en/core/changelog-server.md1
-rw-r--r--ydb/docs/en/core/downloads/_includes/ydb-cli/darwin_amd64.md2
-rw-r--r--ydb/docs/en/core/downloads/_includes/ydb-cli/darwin_arm64.md2
-rw-r--r--ydb/docs/en/core/downloads/_includes/ydb-cli/linux.md2
-rw-r--r--ydb/docs/en/core/downloads/_includes/ydb-cli/windows.md2
-rw-r--r--ydb/docs/en/core/reference/ydb-cli/toc_i.yaml2
-rw-r--r--ydb/docs/ru/core/changelog-cli.md22
-rw-r--r--ydb/docs/ru/core/downloads/_includes/ydb-cli/darwin_amd64.md2
-rw-r--r--ydb/docs/ru/core/downloads/_includes/ydb-cli/darwin_arm64.md2
-rw-r--r--ydb/docs/ru/core/downloads/_includes/ydb-cli/linux.md2
-rw-r--r--ydb/docs/ru/core/downloads/_includes/ydb-cli/windows.md2
-rw-r--r--ydb/docs/ru/core/reference/ydb-cli/export_import/_includes/import-file.md26
13 files changed, 58 insertions, 31 deletions
diff --git a/ydb/docs/en/core/changelog-cli.md b/ydb/docs/en/core/changelog-cli.md
index c6c7b065c6..0b3ab610f5 100644
--- a/ydb/docs/en/core/changelog-cli.md
+++ b/ydb/docs/en/core/changelog-cli.md
@@ -1,10 +1,22 @@
+<!-- This file is not tracked by the automatic translation system. Edits to the RU-version must be made yourself. -->
+
# {{ ydb-short-name }} CLI changelog
+## 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).
+* Improved stability of the command [ydb workload topic](reference/ydb-cli/workload-topic.md).
+
## Version 2.3.0 {#2-3-0}
Release date: May 1, 2023. To update to version **2.3.0**, select the [Downloads](downloads/index.md#ydb-cli) section.
-**What's new:**
+**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.
@@ -23,7 +35,7 @@ Release date: May 1, 2023. To update to version **2.3.0**, select the [Downloads
Release date: March 3, 2023. To update to version **2.2.0**, select the [Downloads](downloads/index.md#ydb-cli) section.
-**What's new:**
+**Features:**
* Fixed the error that didn't allow specifying supported compression algorithms when adding a topic consumer.
* Added support for streaming YQL scripts and queries based on options [transferred via `stdin`](reference/ydb-cli/parameterized-queries-cli.md).
@@ -47,7 +59,7 @@ Release date: December 30, 2022. To update to version **2.1.1**, select the [Dow
Release date: November 18, 2022. To update to version **2.1.0**, select the [Downloads](downloads/index.md#ydb-cli) section.
-**What's new:**
+**Features:**
* You can now [create a profile non-interactively](reference/ydb-cli/profile/create.md#cmdline).
* Added the [ydb config profile update](reference/ydb-cli/profile/create.md#update) and [ydb config profile replace](reference/ydb-cli/profile/create.md#replace) commands to update and replace profiles, respectively.
@@ -66,7 +78,7 @@ Release date: November 18, 2022. To update to version **2.1.0**, select the [Dow
Release date: September 20, 2022. To update to version **2.0.0**, select the [Downloads](downloads/index.md#ydb-cli) section.
-**What's new:**
+**Features:**
* Added the ability to work with topics:
* `ydb topic create`: Create a topic.
@@ -96,7 +108,7 @@ Release date: September 20, 2022. To update to version **2.0.0**, select the [Do
Release date: June 25, 2022. To update to version **1.9.1**, select the [Downloads](downloads/index.md#ydb-cli) section.
-**What's new:**
+**Features:**
* Added the ability to compress data when exporting it to S3-compatible storage (see the `--compression` option of the [ydb export s3](reference/ydb-cli/export_import/s3_export.md) command).
* Added the ability to manage new {{ ydb-short-name }} CLI version availability auto checks (see the `--disable-checks` and `--enable-checks` options of the [ydb version](reference/ydb-cli/version.md) command).
diff --git a/ydb/docs/en/core/changelog-server.md b/ydb/docs/en/core/changelog-server.md
index d2ee3b6145..017d0a5726 100644
--- a/ydb/docs/en/core/changelog-server.md
+++ b/ydb/docs/en/core/changelog-server.md
@@ -2,7 +2,6 @@
## Version 23.1 {#23-1}
-
Release date: May 5, 2023. To update to version 23.1, select the [Downloads](downloads/index.md#ydb-server) section.
**Functionality:**
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 6ee2defc76..e893ab53fd 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,6 +1,6 @@
| Version | Release date | Download | Changelog |
:--- | :--- | :--- | :---
-| v.2.4.0 | 24/05/2023 | [Binary file](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.4.0/darwin/amd64/ydb)
+| 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) |
| v.2.1.1 | 30/12/2022 | [Binary file](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.1.1/darwin/amd64/ydb) | [See the changelog](../../../changelog-cli.md#2-1-1) |
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 15e1b56c87..e02f7b86ce 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,6 +1,6 @@
| Version | Release date | Download | Changelog |
:--- | :--- | :--- | :---
-| v.2.4.0 | 24/05/2023 | [Binary file](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.4.0/darwin/arm64/ydb)
+| 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) |
| v.2.1.1 | 30/12/2022 | [Binary file](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.1.1/darwin/arm64/ydb) | [See the changelog](../../../changelog-cli.md#2-1-1) |
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 7cf5f77276..abf11e7605 100644
--- a/ydb/docs/en/core/downloads/_includes/ydb-cli/linux.md
+++ b/ydb/docs/en/core/downloads/_includes/ydb-cli/linux.md
@@ -1,6 +1,6 @@
| Version | Release date | Download | Changelog |
:--- | :--- | :--- | :---
-| v.2.4.0 | 24/05/2023 | [Binary file](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.4.0/linux/amd64/ydb)
+| 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) |
| v.2.1.1 | 30/12/2022 | [Binary file](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.1.1/linux/amd64/ydb) | [See the changelog](../../../changelog-cli.md#2-1-1) |
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 0e07c4d2b2..78ec7e4458 100644
--- a/ydb/docs/en/core/downloads/_includes/ydb-cli/windows.md
+++ b/ydb/docs/en/core/downloads/_includes/ydb-cli/windows.md
@@ -1,6 +1,6 @@
| Version | Release date | Download | Changelog |
:--- | :--- | :--- | :---
-| v.2.4.0 | 24/05/2023 | [Binary file](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.4.0/windows/amd64/ydb.exe)
+| 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) |
| v.2.1.1 | 30/12/2022 | [Binary file](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.1.1/windows/amd64/ydb.exe) | [See the changelog](../../../changelog-cli.md#2-1-1) |
diff --git a/ydb/docs/en/core/reference/ydb-cli/toc_i.yaml b/ydb/docs/en/core/reference/ydb-cli/toc_i.yaml
index c8664a8c15..471da1eb40 100644
--- a/ydb/docs/en/core/reference/ydb-cli/toc_i.yaml
+++ b/ydb/docs/en/core/reference/ydb-cli/toc_i.yaml
@@ -116,4 +116,4 @@ items:
- name: Key-Value load
href: workload-kv.md
- name: Topic load
- href: workload-topic.md
+ href: workload-topic.md
diff --git a/ydb/docs/ru/core/changelog-cli.md b/ydb/docs/ru/core/changelog-cli.md
index a24260bfa9..caab8dec45 100644
--- a/ydb/docs/ru/core/changelog-cli.md
+++ b/ydb/docs/ru/core/changelog-cli.md
@@ -1,10 +1,22 @@
+<!-- Этот файл не отслеживается автоматической системой перевода. Правки в EN-версию необходимо внести самостоятельно. -->
+
# Список изменений {{ ydb-short-name }} CLI
+## Версия 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 workload topic](reference/ydb-cli/workload-topic.md).
+
## Версия 2.3.0 {#2-3-0}
Дата выхода 1 мая 2023. Для обновления до версии **2.3.0** перейдите в раздел [Загрузки](downloads/index.md#ydb-cli).
-**Что нового:**
+**Функциональность:**
* Добавлен интерактивный режим выполнения запросов. Для перехода в интерактивный режим выполните команду [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) или переименования вторичного индекса.
@@ -23,7 +35,7 @@
Дата выхода 3 марта 2023. Для обновления до версии **2.2.0** перейдите в раздел [Загрузки](downloads/index.md#ydb-cli).
-**Что нового:**
+**Функциональность:**
* Исправлена ошибка, когда невозможно было указать поддерживаемые алгоритмы сжатия при добавлении читателя топика.
* Добавлена поддержка потокового выполнения YQL-скриптов и запросов на основе параметров, [передаваемых через `stdin`](reference/ydb-cli/parameterized-queries-cli.md).
@@ -47,7 +59,7 @@
Дата выхода 18 ноября 2022. Для обновления до версии **2.1.0** перейдите в раздел [Загрузки](downloads/index.md#ydb-cli).
-**Что нового:**
+**Функциональность:**
* Добавлена возможность [неинтерактивного создания профиля](reference/ydb-cli/profile/create.md#cmdline).
* Добавлены команды [ydb config profile update](reference/ydb-cli/profile/create.md#update) и [ydb config profile replace](reference/ydb-cli/profile/create.md#replace) для изменения и замены профилей.
@@ -66,7 +78,7 @@
Дата выхода 20 сентября 2022. Для обновления до версии **2.0.0** перейдите в раздел [Загрузки](downloads/index.md#ydb-cli).
-**Что нового:**
+**Функциональность:**
* Добавлена возможность работы с топиками:
* `ydb topic create` — создание топика;
@@ -96,7 +108,7 @@
Дата выхода 25 июня 2022. Для обновления до версии **1.9.1** перейдите в раздел [Загрузки](downloads/index.md#ydb-cli).
-**Что нового:**
+**Функциональность:**
* Добавлена возможность сжатия данных при экспорте в S3-совместимое хранилище (см. параметр `--compression` команды [ydb export s3](reference/ydb-cli/export_import/s3_export.md)).
* Добавлена возможность управления автоматической проверкой доступности новой версии {{ ydb-short-name }} CLI (см. параметры `--disable-checks` и `--enable-checks` команды [ydb version](reference/ydb-cli/version.md)).
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 7038b1dadb..f3c5965ff9 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,6 +1,6 @@
Версия | Дата выпуска | Скачать | Список изменений
:--- | :--- | :--- | :---
-v.2.4.0 | 24.05.23 | [Бинарный файл](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.4.0/darwin/amd64/ydb)
+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)
v.2.1.1 | 30.12.22 | [Бинарный файл](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.1.1/darwin/amd64/ydb) | [См. список](../../../changelog-cli.md#2-1-1)
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 337b1d9741..18aef58fbc 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,6 +1,6 @@
Версия | Дата выпуска | Скачать | Список изменений
:--- | :--- | :--- | :---
-v.2.4.0 | 24.05.23 | [Бинарный файл](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.4.0/darwin/arm64/ydb)
+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)
v.2.1.1 | 30.12.22 | [Бинарный файл](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.1.1/darwin/arm64/ydb) | [См. список](../../../changelog-cli.md#2-1-1)
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 c61734cc2b..fdee20d136 100644
--- a/ydb/docs/ru/core/downloads/_includes/ydb-cli/linux.md
+++ b/ydb/docs/ru/core/downloads/_includes/ydb-cli/linux.md
@@ -1,6 +1,6 @@
Версия | Дата выпуска | Скачать | Список изменений
:--- | :--- | :--- | :---
-v.2.4.0 | 24.05.23 | [Бинарный файл](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.4.0/linux/amd64/ydb)
+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)
v.2.1.1 | 30.12.22 | [Бинарный файл](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.1.1/linux/amd64/ydb) | [См. список](../../../changelog-cli.md#2-1-1)
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 2e66657a8d..586bb731fc 100644
--- a/ydb/docs/ru/core/downloads/_includes/ydb-cli/windows.md
+++ b/ydb/docs/ru/core/downloads/_includes/ydb-cli/windows.md
@@ -1,6 +1,6 @@
Версия | Дата выпуска | Скачать | Список изменений
:--- | :--- | :--- | :---
-v.2.4.0 | 24.05.23 | [Бинарный файл](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.4.0/windows/amd64/ydb.exe)
+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)
v.2.1.1 | 30.12.22 | [Бинарный файл](https://storage.yandexcloud.net/yandexcloud-ydb/release/2.1.1/windows/amd64/ydb.exe) | [См. список](../../../changelog-cli.md#2-1-1)
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 7bf83c0290..877ab6a5bc 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
@@ -1,6 +1,8 @@
# Импорт данных из файла в существующую таблицу
-С помощью подкоманды `import file` вы можете импортировать данные из [CSV]{% if lang == "ru" %}(https://ru.wikipedia.org/wiki/CSV){% endif %}{% if lang == "en" %}(https://en.wikipedia.org/wiki/Comma-separated_values){% endif %}- или [TSV]{% if lang == "ru" %}(https://ru.wikipedia.org/wiki/TSV){% endif %}{% if lang == "en" %}(https://en.wikipedia.org/wiki/Tab-separated_values){% endif %}-файлов в существующую таблицу.
+С помощью подкоманды `import file` вы можете импортировать данные из файлов форматов [CSV]{% if lang == "ru" %}(https://ru.wikipedia.org/wiki/CSV){% endif %}{% if lang == "en" %}(https://en.wikipedia.org/wiki/Comma-separated_values){% endif %}, [JSON]{% if lang == "ru" %}(https://ru.wikipedia.org/wiki/JSON){% endif %}{% if lang == "en" %}(https://en.wikipedia.org/wiki/JSON){% endif %}, [Parquet](https://parquet.apache.org/docs/overview/), [TSV]{% if lang == "ru" %}(https://ru.wikipedia.org/wiki/TSV){% endif %}{% if lang == "en" %}(https://en.wikipedia.org/wiki/Tab-separated_values){% endif %} в существующую таблицу.
+
+При импорте файл читается пакетами, размер которых задан параметром `--batch-bytes`. Каждый пакет записывается в БД отдельным запросом. Запросы выполняются асинхронно. Когда число выполняемых запросов достигает указанного в `--max-in-flight`, чтение из файла приостанавливается. Вы можете импортировать данные из нескольких файлов одной командой. В этом случае данные из них будут читаться одновременно.
Импорт выполняется методом `BulkUpsert`, который обеспечивает высокоэффективную пакетную вставку большого количества строк без гарантий атомарности. Запись данных разбивается на несколько независимых транзакций, каждая их которых затрагивает единственную партицию, с параллельным исполнением. В случае успеха гарантируется вставка всех данных.
@@ -11,7 +13,7 @@
Общий вид команды:
```bash
-{{ ydb-cli }} [connection options] import file csv|json|parquet|tsv [options] <input files>
+{{ ydb-cli }} [connection options] import file csv|json|parquet|tsv [options] <input files...>
```
{% include [conn_options_ref.md](../../commands/_includes/conn_options_ref.md) %}
@@ -76,17 +78,19 @@ ydb import file csv -p series series.csv
### Импортировать несколько файлов {#multiple-files}
-Файлы содержат данные без дополнительной информации. В качестве разделителя используется символ `,`:
+Следующие файлы файлы содержат данные в формате CSV без дополнительной информации:
-series1.csv:
-```text
-1,Айтишники,The IT Crowd is a British sitcom.,13182
-```
+* series1.csv:
-series2.csv:
-```text
-2,Silicon Valley,Silicon Valley is an American comedy television series.,16166
-```
+ ```text
+ 1,Айтишники,The IT Crowd is a British sitcom.,13182
+ ```
+
+* series2.csv:
+
+ ```text
+ 2,Silicon Valley,Silicon Valley is an American comedy television series.,16166
+ ```
Чтобы импортировать такие файлы, выполните команду: