Skip to content

Commit a8bfeee

Browse files
authored
VIEW: changelog entry for YDB CLI local backups support for views (#12836)
1 parent b375d19 commit a8bfeee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ydb/apps/ydb/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
* 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.
12
* Replaced option `--query-settings` by `--query-prefix` one in `ydb workload <workload> run`.
23
* 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.
34
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.

0 commit comments

Comments
 (0)