aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolay Perfilov <pnv1@yandex-team.ru>2024-12-24 15:42:07 +0300
committerGitHub <noreply@github.com>2024-12-24 15:42:07 +0300
commitea8ccc45dc32a339f4bb906b7ef02a72c3bbb93b (patch)
tree692b0a327c84090feeb52acfcbe4e11e4de54d27
parent596609e6857f25dc2f016db1b0e3eea18d569b1d (diff)
downloadydb-ea8ccc45dc32a339f4bb906b7ef02a72c3bbb93b.tar.gz
Update CHANGELOG.md (#12923)
-rw-r--r--ydb/apps/ydb/CHANGELOG.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/ydb/apps/ydb/CHANGELOG.md b/ydb/apps/ydb/CHANGELOG.md
index 3e812e2fcf..fbb672f547 100644
--- a/ydb/apps/ydb/CHANGELOG.md
+++ b/ydb/apps/ydb/CHANGELOG.md
@@ -1,3 +1,6 @@
+
+## 2.18.0 ##
+
* Query plan and statistics improvements:
* Expression and attributes added to various operator properties (i.e. GroupBy)
* Per operator statistics (Rows)
@@ -7,9 +10,6 @@
* 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.
-
-## 2.18.0 ##
-
* `ydb import file csv` command now saves import progress. Relaunching import command will continue from the line it was interrupted on
* Use QueryService by default (`--executer generic`) in `ydb workload kv` and `ydb workload stock` commands
* Use parquet format instead of CSV to fill tables in `ydb workload` benchmarks