Skip to content

Commit

Permalink
Update ydb/docs/en/core/reference/ydb-cli/export-import/_includes/too…
Browse files Browse the repository at this point in the history
…ls_dump.md

Co-authored-by: anton-bobkov <[email protected]>
  • Loading branch information
s-sabitova and anton-bobkov authored Dec 20, 2024
1 parent 60999ae commit 5335023
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The `tools dump` command dumps the database data and objects schema to the clien

`--save-partial-result`: Don't delete the result of partial dumping. Without this option, the dumps that terminated with an error are deleted.

`--preserve-pool-kinds`: If this option is enabled, `tools dump` command saves storage device types specified for column groups of the tables to the dump (see `DATA` parameter in [Column groups](https://ydb.tech/docs/en/yql/reference/syntax/create_table/family) for the reference). To import such a dump, same [storage pools](https://ydb.tech/docs/en/concepts/glossary#storage-pool) must be present in the database. If at least one storage pool is missing, the import procedure will end with an error. By default this option is disabled, and the import procedure will use the default storage pool that was specified at the moment of database creation (see [Creating a database](https://ydb.tech/docs/en/devops/manual/initial-deployment#create-db) for the reference).
`--preserve-pool-kinds`: If this option is enabled, the `tools dump` command saves storage device types specified for column groups of the tables to the dump (see the `DATA` parameter in [Column groups](https://ydb.tech/docs/en/yql/reference/syntax/create_table/family) for the reference). To import such a dump, the same [storage pools](https://ydb.tech/docs/en/concepts/glossary#storage-pool) must be present in the database. If at least one storage pool is missing, the import procedure will end with an error. By default this option is disabled, and the import procedure will use the default storage pool that was specified at the moment of database creation (see [Creating a database](https://ydb.tech/docs/en/devops/manual/initial-deployment#create-db) for the reference).

`--ordered`: Rows in the exported tables will be sorted by the primary key.

Expand Down

0 comments on commit 5335023

Please sign in to comment.