You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ydb/apps/ydb/CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
* Added the `--include-index-data` option to the `ydb export s3` command, enabling index data export.
2
+
* Added the `--index-population-mode` option to the `ydb import s3` command, allowing selection of the index population mode (e.g. build or import).
1
3
2
4
## 2.28.0 ##
3
5
@@ -12,8 +14,6 @@
12
14
* The `ydb workload vector` now supports the `import files` subcommand to populate the table from CSV or parquet files.
13
15
* The `ydb workload vector` now supports the `import generate` subcommand to populate the table with random data.
14
16
* Named expression-containing view restoration and restoration of views that access secondary indexes have been fixed.
15
-
* Added the `--materialize-indexes` option to the `ydb export s3` command, enabling index materialization during export.
16
-
* Added the `--index-filling-mode` option to the `ydb import s3` command, allowing selection of the index filling mode (e.g. build or import a materialized index).
17
17
* Added new options for shared consumers only to the `ydb topic consumer add` command to configure DLQ and max attempts policy
0 commit comments