diff options
author | Daniil Demin <deminds@ydb.tech> | 2024-12-20 15:46:06 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-20 12:46:06 +0000 |
commit | a8bfeee3e3af5b6b9ecae214f4beeeeba0c6ca5a (patch) | |
tree | 54a7cb6551ba261f72da339d139e029dfb4daea9 | |
parent | b375d19d32505b49baf55d03f462aa4a66feb857 (diff) | |
download | ydb-a8bfeee3e3af5b6b9ecae214f4beeeeba0c6ca5a.tar.gz |
VIEW: changelog entry for YDB CLI local backups support for views (#12836)
-rw-r--r-- | ydb/apps/ydb/CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ydb/apps/ydb/CHANGELOG.md b/ydb/apps/ydb/CHANGELOG.md index 000afbcccb..996f2c4cc6 100644 --- a/ydb/apps/ydb/CHANGELOG.md +++ b/ydb/apps/ydb/CHANGELOG.md @@ -1,3 +1,4 @@ +* Added support for views in local backups: `ydb tools dump` and `ydb tools restore`. Views are backed up as `CREATE VIEW` queries saved in the `create_view.sql` files, which can be executed to recreate the original views. * Replaced option `--query-settings` by `--query-prefix` one in `ydb workload <workload> run`. * Added new options to `ydb workload topic`: --tx-commit-interval and --tx-commit-messages, allowing you to specify commit interval either in milliseconds or in number of messages written. Also now you can load test YDB topics, using wide transactions that span over all partitions in the topic. This works both in write and in end-to-end workload scenarios. |