diff options
author | Emgariko <emgariko@ydb.tech> | 2025-05-19 11:11:40 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-19 08:11:40 +0000 |
commit | be454f6459d82a5a0939e4381ce5850f66ecb35f (patch) | |
tree | a61a8602e7c9e3cae1ea48440aea67f7bb90f0aa | |
parent | 413495bfd1300cd9d1f9dd1413b9f823cae7098c (diff) | |
download | ydb-be454f6459d82a5a0939e4381ce5850f66ecb35f.tar.gz |
Update ydb/ydb/apps/ydb CHANGELOG.md (#18472)
-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 8e9387ccf20..a6e038e4359 100644 --- a/ydb/apps/ydb/CHANGELOG.md +++ b/ydb/apps/ydb/CHANGELOG.md @@ -1,3 +1,4 @@ +* Added date range parameters (--date-to, --date-from to support uniform PK distribution) for ydb workload log run operations including bulk_upsert, insert, and upsert * Do not save to local backups destination tables of `ASYNC REPLICATION` and its changefeeds. It prevents duplication of changefeeds and reduces the amount of space the backup takes on disk. * Fix `ydb operation get` not working for running operations. * Improved `ydb import file` commands to support files with BOM (Byte Order Mark). |