Skip to content

Commit

Permalink
Update tools_restore.md
Browse files Browse the repository at this point in the history
  • Loading branch information
s-sabitova authored Dec 17, 2024
1 parent 257a669 commit 60999ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To import data to the table, use the [YQL `REPLACE` command](../../../../yql/ref

`--save-partial-result`: Save the partial import result. If disabled, an import error results in reverting to the database state before the import.

`--import-data`: Use ImportData – a more efficient way to upload data than the default one. This method sends data to the server partitioned by client and in a lighter format. However, it will return an error when attempting to restore into an existing table that already has secondary indexes or is in the process of building them. Therefore, if you need to restore a table with secondary indexes, make sure they're not already present in the scheme (for example, using [`ydb yscheme ls`](https://ydb.tech/docs/en/reference/ydb-cli/commands/scheme-ls) command). By default ImportData is disabled.
`--import-data`: Use ImportData – a more efficient way to upload data than the default one. This method sends data to the server partitioned by client and in a lighter format. However, it will return an error when attempting to restore into an existing table that already has secondary indexes or is in the process of building them. Therefore, if you need to restore a table with secondary indexes, make sure they're not already present in the scheme (for example, using [`ydb scheme ls`](https://ydb.tech/docs/en/reference/ydb-cli/commands/scheme-ls) command). By default ImportData is disabled.

### Workload restriction parameters {#limiters}

Expand Down

0 comments on commit 60999ae

Please sign in to comment.