CLI_2.3.0
版本发布时间: 2023-05-31 20:20:56
ydb-platform/ydb最新发布版本:CLI_2.8.0(2024-01-19 23:48:18)
Released on May 5, 2023. To update to version 2.3.0, select the Downloads section.
What's new:
- Added interactive query execution mode. It can be launched using ydb yql command without arguments. This mode is experimental and is a subject to change.
- Added ydb table index rename command for atomic secondary index replacement or renaming.
- Added ydb workload topic command section that allows to run a workload of writes and reads to topics.
- Added --recursive option for ydb scheme rmdir command that allows to remove a directory recursively with all its content.
- Added topic and coordination node support for ydb scheme describe command.
- Added --commit option for ydb topic consumer command to commit offset for consumer.
- Added --columns option for ydb import file csv|tsv command to list column names in, instead of placing it into file header.
- Added --newline-delimited option for ydb import file csv|tsv command that confirms that there is no newline characters inside records which allows to read from several sections of a file simultaneously.
Bug fixes:
- Fixed a bug that caused executing the ydb import file command to consume too much memory and CPU.
Full Changelog: https://github.com/ydb-platform/ydb/compare/CLI_2.2.0...CLI_2.3.0