YDB CLI 2.3.0
·
19558 commits
to main
since this release
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: CLI_2.2.0...CLI_2.3.0